IABACPolicySets.MoveByKey

Syntax

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

Parameters

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

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

Description

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

Comments

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

See also:

IABACPolicySets