The default discretionary permissions to be used when creating an instance of a given class.

The getter method for this property returns an apparent type of IAccessPermissionList. Note, however, that this list might, in fact, include instances of any concrete subclass of ICmAbstractPermission.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property DefaultInstancePermissions As IAccessPermissionList
C#
IAccessPermissionList DefaultInstancePermissions { get; }
Visual C++
property IAccessPermissionList^ DefaultInstancePermissions {
	IAccessPermissionList^ get ();
}
JavaScript
function get_defaultInstancePermissions();

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
ReflectiveProperty: null
RequiredClass: CmAbstractPermission
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ

ToggleSee Also