Manages the discretionary permissions assigned to the object.

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

ToggleSyntax

Visual Basic (Declaration)
Property Permissions As IAccessPermissionList
C#
IAccessPermissionList Permissions { get; set; }
Visual C++
property IAccessPermissionList^ Permissions {
	IAccessPermissionList^ get ();
	void set (IAccessPermissionList^ value);
}
JavaScript
function get_permissions();
function set_permissions(value);

ToggleRemarks

Metadata

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

ToggleSee Also