Indicates whether an application can create an object instance of a given class. If this property is false, only the Content Engine server can instantiate the class.

Namespace:  FileNet.Api.Meta
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

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

ToggleRemarks

ToggleSee Also