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

# <a id="SuperOffice_WebApi_Data_DocumentLockSemantics" /> Enum DocumentLockSemantics

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

Locking semantics requested/applied to a document

```csharp theme={null}
public enum DocumentLockSemantics
```

## Fields

`Locking = 1`

1: Locking, but not versioning, is requested for the document

`None = 0`

0: Neither locking nor versioning is requested for the document

`Versioning = 2`

2: Versioning is requested for the document (locking is implied)


## Related topics

- [SuperOffice.WebApi.Data.DocumentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentEntity.md)
- [SuperOffice.WebApi.Data.CheckoutState](/en/api/reference/webapi/SuperOffice.WebApi.Data.CheckoutState.md)
- [SuperOffice.WebApi.Data.ContactEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ContactEntity.md)
- [SuperOffice.WebApi.Agents.AIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AIAgent.md)
- [SuperOffice.WebApi.Agents.IAIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAIAgent.md)
- [SuperOffice.WebApi.Data.FunctionRightStrings](/en/api/reference/webapi/SuperOffice.WebApi.Data.FunctionRightStrings.md)
