Specifies the type of permission.


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

Syntax

Visual Basic (Declaration)
Public Enum PermissionType
C#
public enum PermissionType
C++
public enum class PermissionType
J#
public enum PermissionType
JScript
public enum PermissionType

Members

Member NameDescription
LEVEL_DEFAULTThe permission is the recommended default for new permissions.
RIGHT_INHERIT_ONLYThe permission is an access right that is only relevant to the child objects of the object described by the permission.
RIGHTThe permission is a single access right.
LEVELThe permission is an access level (a commonly used combination of access rights).

See Also