> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.Dash DuplicateDashboardRequest

# <a id="SuperOffice_WebApi_Data_Dash_DuplicateDashboardRequest" /> Class Dash\_DuplicateDashboardRequest

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

```csharp theme={null}
public class Dash_DuplicateDashboardRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Dash\_DuplicateDashboardRequest](SuperOffice.WebApi.Data.Dash_DuplicateDashboardRequest.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_Dash_DuplicateDashboardRequest__ctor" /> Dash\_DuplicateDashboardRequest()

```csharp theme={null}
public Dash_DuplicateDashboardRequest()
```

## Properties

### <a id="SuperOffice_WebApi_Data_Dash_DuplicateDashboardRequest_DashboardId" /> DashboardId

```csharp theme={null}
public int DashboardId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_Dash_DuplicateDashboardRequest_Name" /> Name

```csharp theme={null}
public string Name { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)


## Related topics

- [SuperOffice.WebApi.Agents.DashAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DashAgent.md)
- [SuperOffice.WebApi.Agents.IDashAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDashAgent.md)
- [SuperOffice.WebApi.Data.Dash DuplicateTileRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dash_DuplicateTileRequest.md)
- [SuperOffice.WebApi.Data.Dashboard GetDashboardsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dashboard_GetDashboardsRequest.md)
- [SuperOffice.WebApi.Data.Dashboard GetDashboardTilesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dashboard_GetDashboardTilesRequest.md)
- [SuperOffice.WebApi.Data.Dash AddTileToDashboardRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dash_AddTileToDashboardRequest.md)
