IABACRules.SwapById

Syntax

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

Parameters

Id1. Identifier of the policy rule that must be swapped.

Id2. Identifier of the rule that must be swapped with the specified policy rule.

NOTE. Rules with specified identifiers are swapped.

Description

The SwapById method swaps specified rules in policy by identifier.

Comments

To determine a rule identifier, use the IABACRule.Id property.

See also:

IABACRules