IABACPolicySets.SwapById

Syntax

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

Parameters

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

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

NOTE. Sets of policies with specified identifiers are swapped.

Description

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

Comments

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

See also:

IABACPolicySets