IMetabaseCustomClassOperations.FindById

Syntax

FindById(Id: String): IMetabaseCustomClassOperation;

Parameters

Id - identifier of an operation.

Description

The FindById method searches an operation in the collection by its identifier.

In case of successful search the method returns parameters of an operation, otherwise it returns Null.

See also:

IMetabaseCustomClassOperations