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

# <a id="SuperOffice_WebApi_Data_DeltaType" /> Enum DeltaType

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

Type and content of delta
This Enum is used by:  ConfigurableScreenDelta.deltaType

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

## Fields

`CustomFields = 3`

3: UDefs and extrafields, generated by code

`CustomObjectArchivePanel = 5`

5: Archive panels for extra/custom tables, generated by code

`Customized = 4`

4: Customized, added by admin user

`System = 1`

1: System

`Unknown = 0`

0: Unknown

`WebPanel = 2`

2: WebPanel from list table extapp, generated by code


## 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.Agents.IConfigurationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IConfigurationAgent.md)
- [SuperOffice.WebApi.Agents.ConfigurationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ConfigurationAgent.md)
- [SuperOffice.WebApi.Data.Configuration GetScreenConfigurationDeltaRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_GetScreenConfigurationDeltaRequest.md)
- [SuperOffice.WebApi.Data.Configuration GetConfigurableScreenDeltasByDeltaRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_GetConfigurableScreenDeltasByDeltaRequest.md)
