The VersionStatusId type exposes the following members.
Fields
Type | Name | Description |
---|---|---|
![]() ![]() | IN_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}".
|
![]() ![]() | RELEASED |
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}".
|
![]() ![]() | RESERVATION |
Indicates a reservation document version. A reservation version is a version
that has been checked out. Constant value = "{f9ed916d-ccb7-4d7e-8cc1-563f1692c67c}".
|
![]() ![]() | SUPERSEDED |
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}".
|