IMetabaseCustomClassStandardOperationsWeb.FindById

Syntax

FindById(Id: String): IMetabaseCustomClassOperationWeb;

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
Create CREATEOBJECT
Open OPEN
Edit EDIT
Delete DELETE
Paste PASTE

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

Example

The property use is given in the example for IMetabaseCustomClass.OperationsWeb.

See also:

IMetabaseCustomClassStandardOperationsWeb