Specifies whether you can create a new version of this object (True) or not (False).


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

See Also