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)

ToggleSyntax

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);

ToggleMembers

TypeMember nameDescription
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.

ToggleSee Also