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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property IsVersioningEnabled As Nullable(Of Boolean)
C#
Nullable<bool> IsVersioningEnabled { get; }
Visual C++
property Nullable<bool> IsVersioningEnabled {
	Nullable<bool> get ();
}
JavaScript
function get_isVersioningEnabled();

ToggleRemarks

ToggleSee Also