Specifies the type of permission.

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

ToggleSyntax

Visual Basic (Declaration)
Public Enumeration PermissionType
C#
public enum PermissionType
Visual C++
public enum class PermissionType
JavaScript
FileNet.Api.Constants.PermissionType = function();
FileNet.Api.Constants.PermissionType.createEnum('FileNet.Api.Constants.PermissionType', false);

ToggleMembers

TypeMember nameDescription
RIGHT
The permission is a single access right.
RIGHT_INHERIT_ONLY
The permission is an access right that is only relevant to the child objects of the object described by the permission.
LEVEL
The permission is an access level (a commonly used combination of access rights).
LEVEL_DEFAULT
The permission is the recommended default for new permissions.

ToggleSee Also