MoveById(FromId: String; ToId: String): Boolean;
MoveById(System.String, System.String): System.Boolean;
FromId. Identifier of the policy rule that must be swapped.
ToId. Identifier of the rule that must be replaced with the specified policy rule.
The MoveById method moves rule among the existing rules in policy by identifier.
To determine a rule identifier, use the IABACRule.Id property.
See also: