IMetabaseUpdate.FindAbacRulesNode

Syntax

AbacRulesNode: IMetabaseUpdateAbacRulesNode;

Description

The FindAbacRulesNode method searches for structure of attribute-based access control rules in the update.

Comments

If attribute-based access control rules structure is not found, the system returns Null, and a structure is not created.

To create an attribute-based access control rule structure in update, use the IMetabaseUpdate.AbacRulesNode property.

Example

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

See also:

IMetabaseUpdate