> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.LandingPageTabType

# <a id="SuperOffice_WebApi_Data_LandingPageTabType" /> Enum LandingPageTabType

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

What kind of content a landing page tab shows
This Enum is used by:  landing\_page\_tab.tab\_type

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

## Fields

`Entity = 2`

2: 2: A single entity record (e.g. a request/ticket)

`Provider = 3`

3: 3: A hardcoded provider (e.g. LastTickets, FavouriteTickets)

`Selection = 1`

1: 1: A saved selection

`Unknown = 0`

0: 0: Unknown / not set
