IABACPolicies.SwapByKey

Syntax

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

Parameters

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

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

NOTE. Policies with specified keys are swapped.

Description

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

Comments

To determine a policy key, use the IABACPolicy.Key property.

See also:

IABACPolicies