Specifies the major version number of this document version. A document's major version number is set to 1 the first time that you check it in as a major version and then incremented by 1 for each additional time that you check it in as a major version.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property MajorVersionNumber As Nullable(Of Integer) |
C# |
---|
Nullable<int> MajorVersionNumber { get; } |
C++ |
---|
property Nullable<int> MajorVersionNumber abstract { Nullable<int> get(); } |
J# |
---|
/** property */ public Nullable<int> get_MajorVersionNumber(); |
JScript |
---|
public function get MajorVersionNumber() : Nullable<int> |
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