FindById(Id: String): IMetabaseCustomClassOperationWeb;
Id. Standard operation identifier.
The FindById method finds and returns standard operation in case of successful search.
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.
The property use is given in the example for IMetabaseCustomClass.OperationsWeb.
See also: