IABACRules.MoveById

Syntax

MoveById(FromId: String; ToId: String): Boolean;

Parameters

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

ToId. Identifier of the rule that must be replaced with the specified policy rule.

Description

The MoveById method moves rule among the existing rules in policy by identifier.

Comments

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

See also:

IABACRules