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

# <a id="SuperOffice_WebApi_Data_Dash_SaveDashTilesRequest" /> Class Dash\_SaveDashTilesRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Dash_SaveDashTilesRequest_DashTiles" /> DashTiles

```csharp theme={null}
public DashTile[] DashTiles { get; set; }
```

#### Property Value

[DashTile](SuperOffice.WebApi.Data.DashTile.md)\[]

### <a id="SuperOffice_WebApi_Data_Dash_SaveDashTilesRequest_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 SaveDashTileHtmlListRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dash_SaveDashTileHtmlListRequest.md)
- [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 GetDashTilesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dash_GetDashTilesRequest.md)
- [SuperOffice.WebApi.Data.Dash GetDashTileHtmlRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dash_GetDashTileHtmlRequest.md)
- [SuperOffice.WebApi.Agents.DashboardAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DashboardAgent.md)
