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; } |
| Visual C++ |
|---|
property Nullable<bool> AllowsInstances { Nullable<bool> get (); void set (Nullable<bool> value); } |
| JavaScript |
|---|
function get_allowsInstances(); function set_allowsInstances(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: true
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ