IABACRules.MoveByKey

Syntax

MoveByKey(FromKey: Integer; ToKey: Integer): Boolean;

Parameters

FromKey. Key of the policy rule that must be moved.

ToKey. Key of the rule that must be replaced with the specified policy rule.

Description

The MoveByKey method moves rule among the existing rules in policy by key.

Comments

To determine a rule key, use the IABACRule.Key property.

See also:

IABACRules