Intersecc(AttrProperty: String; Value1: Variant; Value2: Variant): Boolean;
AttrProperty. Attribute property specified to the right from the point in the attribute name. For example, for the SUBJECT.NAME attribute, the left part before the point specifies the group of the SUBJECT subjects attributes and the right part from the point specifies the NAME attribute property. The parameter is used to filter attributes in the collection by the specified property.
Value1. The first compared argument.
Value2. The second compared argument.
Set as arguments:
SUBJECT.<attribute identifier>. Value or array of subject custom attribute values.
OBJECT.<attribute identifier>. Value or array of object custom attribute values.
SUBJECT.GROUPS. The list of groups where the user is included.
Numeric or string value.
For details see the Available Attributes section.
The Intersecc method searches for common values of compared attributes by the specified attribute value.
The method returns the value:
True. Common values of compared arguments by the specified attribute property are found.
False. Common values of compared arguments by the specified attribute property are not found.
The method is used only in string view to set the expression to calculate additional condition to check access will be calculated, using the IExpression.AsString property.
To determine an additional condition to check access, use the IABACRule.Condition property.
See also: