Specifies the type of permission.
Namespace:
FileNet.Api.ConstantsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Members
Type | Member name | Description |
---|---|---|
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.
|