FindById(Id: String): IAuditFilterObject;
FindById(Id: string): Prognoz.Platform.Interop.Metabase.IAuditFilterObject;
Id. Required parameter identifier.
The FindById method searches filter in the collection by its identifier.
The method returns the desired filter parameters in case the search is successful and the Null value, in case the filter with specified identifier is not found.
See also: