Interseca(Value1: Variant; Value2: Variant): Boolean;
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.
IMPORTANT. Array of values must be contained at least at one of specified arguments.
For details see the Creating Custom Attributes section.
The Interseca method searches for common values of compared arguments.
The method returns the value:
True. Common values of compared arguments are found.
False. Common values of compared arguments 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: