Specifies a
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
VersionStatus
constant that indicates the current version status of this document version. The
property can have one of the following values:
: 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 theIN_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.IN_PROCESS
: 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 theRELEASED
state.RELEASED
: Indicates a reservation document version. A reservation version is a version that has been checked out.RESERVATION
: Indicates a superseded document version. A superseded version is a major or minor version that has been replaced by a later version.SUPERSEDED
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property VersionStatus As VersionStatus |
C# |
---|
VersionStatus VersionStatus { get; } |
C++ |
---|
property VersionStatus VersionStatus abstract { VersionStatus get(); } |
J# |
---|
/** property */ public VersionStatus get_VersionStatus(); |
JScript |
---|
public function get VersionStatus() : 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