A bitmask combining bit values representing the security access rights granted on a given object. The property behavior is as follows:
  • On an IAccessPermission, the access rights are granted on a given object to the grantee specified on the access permission.
  • On an IAccessPermissionDescription, the access rights are those that may be granted on a given object.

Namespace:  FileNet.Api.Security
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property AccessMask As Nullable(Of Integer)
C#
Nullable<int> AccessMask { get; set; }
Visual C++
property Nullable<int> AccessMask {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_accessMask();
function set_accessMask(value);

ToggleRemarks

ToggleSee Also