Specifies the security access (allow or deny) that a user has for a given AccessPermission 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

Member NameDescription
ALLOWSpecifies that the user or group has permission for the given access to a specified object.
DENYSpecifies that the user or group does not have the given access to a specified object.

See Also