A bitmask defining the access permission associated with a given marking.
If a given user does not have the appropriate rights to perform marking-related
operations on the object, the access rights specified in the marking's ConstraintMask
property are removed from the user's access rights for that object.
Namespace:
FileNet.Api.Security
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property ConstraintMask As Nullable(Of Integer) |
C# |
---|
Nullable<int> ConstraintMask { get; set; } |
Visual C++ |
---|
property Nullable<int> ConstraintMask {
Nullable<int> get ();
void set (Nullable<int> value);
} |
JavaScript |
---|
function get_constraintMask();
function set_constraintMask(value); |