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.MetaAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultBoolean: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ