> ## 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 AddNewTileToDashboardRequest

# <a id="SuperOffice_WebApi_Data_Dash_AddNewTileToDashboardRequest" /> Class Dash\_AddNewTileToDashboardRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Dash\_AddNewTileToDashboardRequest](SuperOffice.WebApi.Data.Dash_AddNewTileToDashboardRequest.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_AddNewTileToDashboardRequest__ctor" /> Dash\_AddNewTileToDashboardRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Dash_AddNewTileToDashboardRequest_DashTileDefinition" /> DashTileDefinition

```csharp theme={null}
public DashTileDefinition DashTileDefinition { get; set; }
```

#### Property Value

[DashTileDefinition](SuperOffice.WebApi.Data.DashTileDefinition.md)

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

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.Dash AddTileToDashboardRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dash_AddTileToDashboardRequest.md)
- [SuperOffice.WebApi.Data.DashboardTile](/en/api/reference/webapi/SuperOffice.WebApi.Data.DashboardTile.md)
- [SuperOffice.WebApi.Data.Dashboard GetDashboardTilesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dashboard_GetDashboardTilesRequest.md)
- [SuperOffice.WebApi.Data.Dashboard GetStandardDashboardTileFromChartIdRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dashboard_GetStandardDashboardTileFromChartIdRequest.md)
- [SuperOffice.WebApi.Data.Dashboard SetTileRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dashboard_SetTileRequest.md)
- [SuperOffice.WebApi.Data.DashboardTileOption](/en/api/reference/webapi/SuperOffice.WebApi.Data.DashboardTileOption.md)
