FindById(Id: String): IMetabaseCustomForeEvent;
FindById(Id: String): Prognoz.Platform.Interop.Metabase.MetabaseCustomForeEvent;
Id. Custom event identifier.
The FindById method searches for a custom event in the collection by its identifier.
To remove a custom event from the collection by its index, use the IMetabaseCustomForeEvents.Remove method.
See also: