Contains the set of discretionary AccessPermission objects to be used when creating a security template.

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

ToggleSyntax

Visual Basic (Declaration)
Property TemplatePermissions As IAccessPermissionList
C#
IAccessPermissionList TemplatePermissions { get; set; }
Visual C++
property IAccessPermissionList^ TemplatePermissions {
	IAccessPermissionList^ get ();
	void set (IAccessPermissionList^ value);
}
JavaScript
function get_templatePermissions();
function set_templatePermissions(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