Class CheckOutStateEnum
The check out state of a document.
Namespace: Com.Kendox.Dcis.SubSystem.Service.Enumeration
Syntax
public sealed class CheckOutStateEnum : Enum
Fields
Name | Description |
---|---|
CheckedOut | Checked out by another user. |
CheckedOutExclusive | Checked out by the current user. |
NotCheckedOut | Not checked out. |
Null | The document doesn't exist or is corrupted (check trace messages to verify if the document is corrupt). |
value__ |