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
Description | |
---|---|
LEVEL_DEFAULT | The permission is the recommended default for new permissions. |
RIGHT_INHERIT_ONLY | The permission is an access right that is only relevant to the child objects of the object described by the permission. |
RIGHT | The permission is a single access right. |
LEVEL | The permission is an access level (a commonly used combination of access rights). |