IAccessElement.ApplyAccessToken

Fore Syntax

ApplyAccessToken(Options: AccessElementApplyOptions);

Fore.NET Syntax

ApplyAccessToken(Options: Prognoz.Platform.Interop.Metabase.AccessElementApplyOptions);

Parameters

Options. Parameters of application 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.

Fore and Fore.NET Examples

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

See also:

IAccessElement