IABACPolicySets.SwapByKey

Syntax

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

Parameters

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

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

NOTE. Polices sets with specified keys are swapped.

Description

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

Comments

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

See also:

IABACPolicySets