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)

Syntax

Visual Basic (Declaration)
Property AllowsInstances As Nullable(Of Boolean)
C#
Nullable<bool> AllowsInstances { get; set; }
C++
property Nullable<bool> AllowsInstances abstract  {
    Nullable<bool> get();
    void set(Nullable<boolvalue);
}
J#
/** property */
public Nullable<bool> get_AllowsInstances();

/** property */
public void set_AllowsInstances(Nullable<boolvalue);
JScript
public function get AllowsInstances() : Nullable<bool>

public function set AllowsInstances(value : Nullable<bool>);

Remarks

See Also