Specifies a VersionStatus constant that indicates the current version status of this document version.
Namespace:
FileNet.Api.CoreThe VersionStatus property can have one of the following values:
- 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.
- 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.
- RESERVATION: Indicates a reservation document version. A reservation version is a version that has been checked out.
- SUPERSEDED: Indicates a superseded document version. A superseded version is a major or minor version that has been replaced by a later version.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property VersionStatus As VersionStatus |
C# |
---|
VersionStatus VersionStatus { get; } |
Visual C++ |
---|
property VersionStatus VersionStatus { VersionStatus get (); } |
JavaScript |
---|
function get_versionStatus(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ