IABACPolicySets.SwapById

Syntax

SwapById(Id1: String; Id2: String): Boolean;

Parameters

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

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

NOTE. Policies sets with specified identifiers are swapped.

Description

The SwapById method swaps specified policies sets in attribute-based access control by identifier.

Comments

To determine a policies set identifier, use the IABACPolicySet.Id property.

See also:

IABACPolicySets