IABACPolicySets.MoveByKey

Syntax

MoveByKey(FromKey: Integer; ToKey: Integer): Boolean;

Parameters

FromKey. Key of the set of policies in attribute-based access control that must be swapped.

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

Description

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

Comments

To determine a key of a set of policies, use the IABACPolicySet.Key property.

See also:

IABACPolicySets