StatusType
Enumeration for different conditions to status information.
Name | Description | Value |
---|---|---|
STATUS_TYPE_CHECKED_OUT | Is the document in checked out state. | 0 |
STATUS_TYPE_CHECKED_OUT_TO | Check out user. | 1 |
STATUS_TYPE_CHECKED_OUT_AT | Check out date. | 2 |
STATUS_TYPE_OBJECT_ID | The ID of the document. | 3 |
STATUS_TYPE_OBJECT_VERSION | The ID of the document version. If the parent folder is eStatusTypeLatestOrSpecific = "Latest", works as a no-op and evaluates to "Latest". | 4 |
STATUS_TYPE_IS_DELETED | The deletion state of the document. | 5 |
STATUS_TYPE_OBJECT_TYPE | The type of the object. | 6 |
STATUS_TYPE_IS_LATEST_CHECKED_IN_OR_INITIAL_CHECKED_OUT_VERSION | Version must be the latest checked-in (LCI) or the initial checked-out (ICO) version. | 7 |
STATUS_TYPE_EXTERNAL_ID | External ID. | 8 |
STATUS_TYPE_LATEST_OR_SPECIFIC | The latest version / specific version indicator. For the latest version, evaluates to both "Latest" and "Specific". For others, evaluates to "Specific" only. Used in constructing the ID-view. | 9 |
STATUS_TYPE_OBJECT_TYPE_AND_ID | The type and ID of the object. | 10 |
STATUS_TYPE_OBJECT_FLAGS | The item/object flags of the object, does not include the deleted flag. | 11 |
STATUS_TYPE_ORIGINAL_VAULT_GUID | The GUID of the vault in which the object was originally created. | 12 |
STATUS_TYPE_ORIGINAL_OBJECT_TYPE | The type of the object in the vault in which the object was originally created. | 13 |
STATUS_TYPE_ORIGINAL_OBJECT_ID | The ID of the object in the vault in which the object was originally created. | 14 |
STATUS_TYPE_ORIGINAL_OBJECT_ID_SEGMENT | The ID segment of the object in the vault in which the object was originally created. Segment size is always 1000. | 15 |
STATUS_TYPE_OBJECT_HASH | The object hash. | 16 |