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


## Related topics

- [SuperOffice.WebApi.Data.LandingPageTab](/en/api/reference/webapi/SuperOffice.WebApi.Data.LandingPageTab.md)
- [Agent API changes in 12.3](/release-notes/12/api/12.3.2570-update.md)
- [SuperOffice.WebApi.Data.LandingPageEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.LandingPageEntity.md)
- [SuperOffice.WebApi.Data.Configuration SaveLandingPageTabsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_SaveLandingPageTabsRequest.md)
- [SuperOffice.WebApi.Data.Configuration GetLandingPageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_GetLandingPageRequest.md)
- [SuperOffice.WebApi.Data.Configuration SetLandingPagePinForAssociateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_SetLandingPagePinForAssociateRequest.md)
