A bitmask combining bit values representing the security access rights granted on a given object.
The property behavior is as follows:
Namespace:
FileNet.Api.Security- 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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ