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

# <a id="SuperOffice_WebApi_Data_CheckoutState" /> Enum CheckoutState

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

Enum listing the possible checkout states of a document, as seen from outside the document plugin

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

## Fields

`CheckedOutOther = 2`

2: Document is checked out, to a user different from the one making the query

`CheckedOutOwn = 1`

1: Document is checked out, to the user making the query

`LockingNotSupported = 3`

3: Locking is not supported or selected for this document. The document is always 'writeable' in the sense of not being protected by any locks. The document may still be read-only due to Sentry constraints.

`NotCheckedOut = 0`

0: Document is not checked out


## Related topics

- [SuperOffice.WebApi.Data.CheckoutInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.CheckoutInfo.md)
- [SuperOffice.WebApi.Data.Document GetCheckoutStateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_GetCheckoutStateRequest.md)
- [SuperOffice.WebApi.Agents.DocumentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DocumentAgent.md)
- [SuperOffice.WebApi.Agents.IDocumentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDocumentAgent.md)
- [SuperOffice.WebApi.Data.Document CheckoutDocumentRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_CheckoutDocumentRequest.md)
- [SuperOffice.WebApi.Data.Document UndoCheckoutDocumentRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_UndoCheckoutDocumentRequest.md)
