Provides a set of GUID-string constants that are used by the
property of a
object to indicate the version state to which a given security template applies.
The following tables list the members exposed by VersionStatusId.
Public Fields
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 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}". This field is read-only. |
![]() ![]() |
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 state. Constant value = "{95ad7aed-dfa0-4459-ae95-2ca2fc041602}". This field is read-only. |
![]() ![]() |
RESERVATION | Indicates a reservation document version. A reservation version is a version that has been checked out. Constant value = "{f9ed916d-ccb7-4d7e-8cc1-563f1692c67c}". This field is read-only. |
![]() ![]() |
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}". This field is read-only. |
Public Methods
Name | Description | |
---|---|---|
![]() |
CompareTo | Compares two IDs. This method returns -1 if this is less than , 1 if this is greater than , and 0 if the IDs are equal. This comparison is consistent with how IDs are compared in the DB2 and Oracle databases, but does not match how MSSQL Server compares IDs. For MSSQL Server databases, use |
![]() |
Equals | Overloaded. Compares two IDs for logical equality. (inherited from Id) |
![]() ![]() |
FromVersionStatus | Returns an instance of this class corresponding to the constant of a given field. |
![]() |
GetBytes | Returns a copy of this ID as an array of . (inherited from Id) |
![]() |
GetHashCode | Returns the hashcode for this ID. (inherited from Id) |
![]() ![]() |
GetInstanceFromString | Returns an enumeration instance of this class corresponding to a given value. |
![]() |
GetObjectData | This method is exposed to satisfy the interface. (inherited from Id) |
![]() |
GetType | Gets the |
![]() |
ToString | Returns the representation of this ID. (inherited from Id) |
![]() ![]() |
ToVersionStatus | Returns an enumeration instance of the class corresponding to a given enumeration instance. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | Allows an |
![]() |
MemberwiseClone | Creates a shallow copy of the current |