The VersionStatusId type exposes the following members.

ToggleFields

Type NameDescription
Public fieldStatic memberIN_PROCESS
Indicates an in-process document version. An in-process version is a version that has been checked in and is the latest minor version. Note that only one version at a time in a given version series can be in the IN_PROCESS state. When a reservation version is checked in as a minor version and becomes the new in-process version, the previous in-process version becomes a superseded version. Constant value = "{e76e4f72-545c-4180-97c1-8449883b83cf}".
Public fieldStatic memberRELEASED
Indicates a released document version. A released version is a version that has been checked in and is the latest major version. Note that only one version at a time in a given version series can be in the RELEASED state. Constant value = "{95ad7aed-dfa0-4459-ae95-2ca2fc041602}".
Public fieldStatic memberRESERVATION
Indicates a reservation document version. A reservation version is a version that has been checked out. Constant value = "{f9ed916d-ccb7-4d7e-8cc1-563f1692c67c}".
Public fieldStatic memberSUPERSEDED
Indicates a superseded document version. A superseded version is a major or minor version that has been replaced by a later version. Constant value = "{a0a5a26e-d19f-4415-8451-6795386ad1bb}".

ToggleSee Also