Class CheckoutState
Enum listing the possible checkout states of a document, as seen from outside the document plugin
Namespace: SuperOffice.CRM.Documents
Assembly: SuperOffice.Plugins.dll
Syntax
public sealed class CheckoutState : Enum
Fields
CheckedOutOther
Document is checked out, to a user different from the one making the query
Declaration
public const CheckoutState CheckedOutOther
Field Value
Type | Description |
---|---|
CheckoutState |
CheckedOutOwn
Document is checked out, to the user making the query
Declaration
public const CheckoutState CheckedOutOwn
Field Value
Type | Description |
---|---|
CheckoutState |
LockingNotSupported
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.
Declaration
public const CheckoutState LockingNotSupported
Field Value
Type | Description |
---|---|
CheckoutState |
NotCheckedOut
Document is not checked out
Declaration
public const CheckoutState NotCheckedOut
Field Value
Type | Description |
---|---|
CheckoutState |
value__
Enum listing the possible checkout states of a document, as seen from outside the document plugin
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)