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