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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also