MoveById(FromId: String; ToId: String): Boolean;
MoveById(System.String, System.String): System.Boolean;
FromId. Identifier of the policy in attribute-based access control that must be moved.
ToId. Identifier of the policy that mist be replaced with the specified policy in attribute-based access control.
The MoveById method moves policy among the existing policies in attribute-based access control by identifier.
To determine a policy identifier, use the IABACPolicy.Id property.
See also: