IABACPolicySets.MoveById

Syntax

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

Parameters

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

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

Description

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

Comments

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

See also:

IABACPolicySets