IABACPolicySets.MoveById

Syntax

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

Parameters

FromId. Identifier of the policies set in attribute-based access control that must be moved.

ToId. Identifier of the policies set that must be replaced with the specified policies set in attribute-based access control.

Description

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

Comments

To determine a policies set identifier, use the IABACPolicySet.Id property.

See also:

IABACPolicySets