IABACPolicies.MoveByKey

Syntax

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

Parameters

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

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

Description

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

Comments

To determine a policy key, use the IABACPolicy.Key property.

See also:

IABACPolicies