IABACPolicySets.SwapByKey

Syntax

SwapByKey(Id1: Integer; Id2: Integer): Boolean;

Parameters

Id1. Key of the policies set in attribute-based access control that must be swapped.

Id2. Key of the policies set that must be swapped with the specified policies set in attribute-based access control.

NOTE. Polices sets with specified keys are swapped.

Description

The SwapByKey method swaps specified policies sets in attribute-based access control by key.

Comments

To determine a policies set key, use the IABACPolicySet.Key property.

See also:

IABACPolicySets