MoveByKey(FromKey: Integer; ToKey: Integer): Boolean;
MoveByKey(System.UInt32, System.UInt32): System.Boolean;
FromKey. Key of the policy rule that must be moved.
ToKey. Key of the rule that must be replaced with the specified policy rule.
The MoveByKey method moves rule among the existing rules in policy by key.
To determine a rule key, use the IABACRule.Key property.
See also: