IAuditFilterObjects.FindById

Syntax

FindById(Id: String): IAuditFilterObject;

Parameters

Id. Required parameter identifier.

Description

The FindById method searches filter in the collection by its identifier.

Comments

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:

IAuditFilterObjects