IMetabaseCheckList.FindById

Syntax

FindById(Id: String): IMetabaseCheckListItem;

Parameters

Id - identifier of the object that should be found in the checksum list.

Description

The FindById method searches the object in the checksum list by identifier. If the search is successful, the method returns parameters of the object, if not, it returns Null.

See also:

IMetabaseCheckList