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

# <a id="SuperOffice_WebApi_Data_SelectionType" /> Enum SelectionType

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

Selection type - static/dynamic/combined. Works together with targetTable to define what kind of Selection this is.

```csharp theme={null}
public enum SelectionType
```

## Fields

`Combined = 2`

2: Combined selection

`Dynamic = 1`

1: Dynamic selection

`Static = 0`

0: Static selection


## Related topics

- [SuperOffice.WebApi.Data.SelectionEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.SelectionEntity.md)
- [SuperOffice.WebApi.Data.Selection CreateSelectionFromSelectionRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_CreateSelectionFromSelectionRequest.md)
- [SuperOffice.WebApi.Data.Selection CreateContactSelectionFromSelectionRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_CreateContactSelectionFromSelectionRequest.md)
- [SuperOffice.WebApi.Agents.SelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.SelectionAgent.md)
- [SuperOffice.WebApi.Agents.ISelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ISelectionAgent.md)
- [SuperOffice.WebApi.Data.SelectionUnionType](/en/api/reference/webapi/SuperOffice.WebApi.Data.SelectionUnionType.md)
