IABACPolicies.SwapById

Syntax

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

Parameters

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

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

NOTE. Policies with specified identifiers are swapped.

Description

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

Comments

To determine a policy identifier, use the IABACPolicy.Id property.

See also:

IABACPolicies