Show contents 

Metabase > Metabase Assembly Interfaces > IMetabaseCheckList > IMetabaseCheckList.FindByKey

IMetabaseCheckList.FindByKey

Syntax

FindByKey(Key: Integer): IMetabaseCheckListItem;

Parameters

Key - key of the object that should be found in the checksum list.

Description

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

See also:

IMetabaseCheckList