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.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

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

ToggleRemarks

ToggleSee Also