IMetabaseCustomClassOperationsWeb.FindByKey

Syntax

FindByKey(Key: Integer): IMetabaseCustomClassOperationWeb;

Parameters

Key. Operation key.

Description

The FindByKey method searches an operation in the collection by key.

Comments

The method returns operation settings in case the search is successful and Null in case the operation with the specified key is not found.

See also:

IMetabaseCustomClassOperationsWeb