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)

Syntax

Visual Basic (Declaration)
Property ConstraintMask As Nullable(Of Integer)
C#
Nullable<int> ConstraintMask { get; set; }
C++
property Nullable<int> ConstraintMask abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_ConstraintMask();

/** property */
public void set_ConstraintMask(Nullable<intvalue);
JScript
public function get ConstraintMask() : Nullable<int>

public function set ConstraintMask(value : Nullable<int>);

Remarks

See Also