Returns the type (right or level) of the described permission.

Valid types are single (that is, a single access right), level (a commonly used combination of access rights), default level (that is, the recommended level for new permissions), and inherited (relevant only to child objects of the parent object described by the permission).

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PermissionType As PermissionType
C#
PermissionType PermissionType { get; }
Visual C++
property PermissionType PermissionType {
	PermissionType get ();
}
JavaScript
function get_permissionType();

ToggleRemarks

ToggleSee Also