Specifies whether you can create a new version of this object (
) or not (
).
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property IsVersioningEnabled As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> IsVersioningEnabled { get; } |
C++ |
---|
property Nullable<bool> IsVersioningEnabled abstract { Nullable<bool> get(); } |
J# |
---|
/** property */ public Nullable<bool> get_IsVersioningEnabled(); |
JScript |
---|
public function get IsVersioningEnabled() : Nullable<bool> |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultBoolean: true
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ