Skip to main content

Enum SelectionType

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Selection type - static/dynamic/combined. Works together with targetTable to define what kind of Selection this is.

Fields

Combined = 2 2: Combined selection Dynamic = 1 1: Dynamic selection Static = 0 0: Static selection