IMetabaseCustomClassOperationsWeb.FindById

Syntax

FindById(Id: String): IMetabaseCustomClassOperationWeb;

Parameters

Id. Operation identifier.

Description

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

Comments

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

See also:

IMetabaseCustomClassOperationsWeb