Skip to main content

StatusType

Enumeration for different conditions to status information.

NameDescriptionValue
STATUS_TYPE_CHECKED_OUTIs the document in checked out state.0
STATUS_TYPE_CHECKED_OUT_TOCheck out user.1
STATUS_TYPE_CHECKED_OUT_ATCheck out date.2
STATUS_TYPE_OBJECT_IDThe ID of the document.3
STATUS_TYPE_OBJECT_VERSIONThe 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_DELETEDThe deletion state of the document.5
STATUS_TYPE_OBJECT_TYPEThe type of the object.6
STATUS_TYPE_IS_LATEST_CHECKED_IN_OR_INITIAL_CHECKED_OUT_VERSIONVersion must be the latest checked-in (LCI) or the initial checked-out (ICO) version.7
STATUS_TYPE_EXTERNAL_IDExternal ID.8
STATUS_TYPE_LATEST_OR_SPECIFICThe 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_IDThe type and ID of the object.10
STATUS_TYPE_OBJECT_FLAGSThe item/object flags of the object, does not include the deleted flag.11
STATUS_TYPE_ORIGINAL_VAULT_GUIDThe GUID of the vault in which the object was originally created.12
STATUS_TYPE_ORIGINAL_OBJECT_TYPEThe type of the object in the vault in which the object was originally created.13
STATUS_TYPE_ORIGINAL_OBJECT_IDThe ID of the object in the vault in which the object was originally created.14
STATUS_TYPE_ORIGINAL_OBJECT_ID_SEGMENTThe ID segment of the object in the vault in which the object was originally created. Segment size is always 1000.15
STATUS_TYPE_OBJECT_HASHThe object hash.16