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


## Related topics

- [SuperOffice.WebApi.Data.DeltaQuery](/en/api/reference/webapi/SuperOffice.WebApi.Data.DeltaQuery.md)
- [SuperOffice.WebApi.Data.ConfigurableScreenDelta](/en/api/reference/webapi/SuperOffice.WebApi.Data.ConfigurableScreenDelta.md)
- [SuperOffice.WebApi.Data.Configuration GetScreenConfigurationDeltaRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_GetScreenConfigurationDeltaRequest.md)
- [SuperOffice.WebApi.Agents.IConfigurationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IConfigurationAgent.md)
- [SuperOffice.WebApi.Agents.ConfigurationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ConfigurationAgent.md)
- [Enum DeltaState](/en/automation/crmscript/reference/CRMScript.NetServer.DeltaState.md)
