> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.DashTileEntityType

# <a id="SuperOffice_WebApi_Data_DashTileEntityType" /> Enum DashTileEntityType

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

Dashboard tile entity type (V2)
This Enum is used by:  dashboard\_tile\_definition.entity\_type

```csharp theme={null}
public enum DashTileEntityType : short
```

## Fields

`Appointment = 4`

4: Appointment

`Contact = 1`

1: Contact

`None = 0`

0: None

`Person = 5`

5: Person

`Project = 3`

3: Project

`Sale = 2`

2: Sale
