IMetabaseUpdateAbacRulesNode.Add

Syntax

Add(Object: IABACEvaluatedObject, WithChildren: Boolean);

Add(Prognoz.Platform.Interop.ABAC.IABACEvaluatedObject,Boolean);

Parameters

Object. Attribute-based access control structure element.

WithChildren. Parameter that determines whether child elements are added. Available values:

Description

The Add method enables the user to add an attribute-based access control structure element with child elements to update.

Example

The method use is given in the example for IMetabaseUpdate.AbacRulesNode.

See also:

IMetabaseUpdateAbacRulesNode