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

# <a id="SuperOffice_WebApi_Data_DeltaState" /> Enum DeltaState

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

State of delta
This Enum is used by:  ConfigurableScreenDelta.deltaState

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

## Fields

`Draft = 1`

1: Draft

`Published = 2`

2: Published

`Unknown = 0`

0: No state applicable for this delta, or not yet decided
