Specifies the security access (allow or deny) that a user has for a given
object.
Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enum AccessType |
C# |
---|
public enum AccessType |
C++ |
---|
public enum class AccessType |
J# |
---|
public enum AccessType |
JScript |
---|
public enum AccessType |
Members
Description | |
---|---|
ALLOW | Specifies that the user or group has permission for the given access to a specified object. |
DENY | Specifies that the user or group does not have the given access to a specified object. |