IMetabaseCustomClassStandardOperations.FindById

Syntax

FindById(Id: String): IMetabaseCustomClassOperation;

Parameters

Id. Standard operation identifier.

Description

The FindById method finds and returns standard operation in case of successful search.

Comments

Objects support the following standard operations:

Operation name Method ID
Open OPEN (OPENWITHPARAMS to process parametric objects opening)
Edit EDIT (EDITWITHPARAMS to process parametric objects editing)
Delete DELETE
Paste PASTE

The method returns Null if the operation with the specified identifier is not found.

See also:

IMetabaseCustomClassStandardOperations