> ## 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.Dashboard SetTileRequest

# <a id="SuperOffice_WebApi_Data_Dashboard_SetTileRequest" /> Class Dashboard\_SetTileRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Dashboard\_SetTileRequest](SuperOffice.WebApi.Data.Dashboard_SetTileRequest.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_Dashboard_SetTileRequest__ctor" /> Dashboard\_SetTileRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Dashboard_SetTileRequest_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_Dashboard_SetTileRequest_Position" /> Position

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Dashboard_SetTileRequest_TileId" /> TileId

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

#### Property Value

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


## Related topics

- [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.Dash AddTileToDashboardRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dash_AddTileToDashboardRequest.md)
- [SuperOffice.WebApi.Data.Dash AddNewTileToDashboardRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dash_AddNewTileToDashboardRequest.md)
- [SuperOffice.WebApi.Agents.DashboardAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DashboardAgent.md)
- [SuperOffice.WebApi.Agents.IDashboardAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDashboardAgent.md)
