FindById(Id: String): IMetabaseCustomClassOperation;
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 |
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: