Specifies the security access (allow or deny) that a user has for a given AccessPermission object.
Namespace:
FileNet.Api.ConstantsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration AccessType |
C# |
---|
public enum AccessType |
Visual C++ |
---|
public enum class AccessType |
JavaScript |
---|
FileNet.Api.Constants.AccessType = function(); FileNet.Api.Constants.AccessType.createEnum('FileNet.Api.Constants.AccessType', false); |
Members
Type | Member name | Description |
---|---|---|
DENY |
Specifies that the user or group does not have the given access to a specified object.
| |
ALLOW |
Specifies that the user or group has permission for the given access to a specified object.
|