> ## 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.TileData

# <a id="SuperOffice_WebApi_Data_TileData" /> Class TileData

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

Carrier object for TileData.
Class representing data to be visualized in a dashboard tile.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_TileData_Columns" /> Columns

Column information

```csharp theme={null}
public virtual ArchiveColumnInfo[] Columns { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_TileData_Result" /> Result

The result set

```csharp theme={null}
public virtual ArchiveListResult Result { get; set; }
```

#### Property Value

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

## See Also

[DashboardAgent](SuperOffice.WebApi.Agents.DashboardAgent.md)


## Related topics

- [SuperOffice.WebApi.Agents.IDashboardAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDashboardAgent.md)
- [SuperOffice.WebApi.Agents.DashboardAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DashboardAgent.md)
- [SuperOffice.WebApi.Data.DashTile](/en/api/reference/webapi/SuperOffice.WebApi.Data.DashTile.md)
- [SuperOffice.WebApi.Data.DashboardTile](/en/api/reference/webapi/SuperOffice.WebApi.Data.DashboardTile.md)
- [SuperOffice.WebApi.Data.DashTileHtml](/en/api/reference/webapi/SuperOffice.WebApi.Data.DashTileHtml.md)
- [SuperOffice.WebApi.Data.DashTileType](/en/api/reference/webapi/SuperOffice.WebApi.Data.DashTileType.md)
