IAccessElement.ApplyAccessToken

Syntax

ApplyAccessToken(Options: AccessElementApplyOptions);

Parameters

Options. Parameters of applying access permissions for the element.

Description

The ApplyAccessToken saves specified privacy categories for the mandatory access and applies them according to the selected parameters.

Comments

To get parameters of mandatory access control for the element, use the IAccessElement.AccessToken property.

Example

The method use is given in the example for IAccessElement.AccessToken.

See also:

IAccessElement