IMetabaseTreeList.FindItemByKey

Syntax

FindItemByKey(Key: Integer): IMetabaseTreeListNode;

Parameters

Key - key of repository object, for which the corresponding element of the component tree needs to be found.

Description

The FindItemByKey method searches for a component tree node, that corresponds to the repository object, which key is passed using the Key parameter. In case of a successful search the method returns the found node parameters, otherwise it returns Null.

See also:

IMetabaseTreeList