IABACPolicies.MoveById

Syntax

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

Parameters

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.

Description

The MoveById method moves policy among the existing policies in attribute-based access control by identifier.

Comments

To determine a policy identifier, use the IABACPolicy.Id property.

See also:

IABACPolicies