IAuditFilterObjects.FindByKey

Syntax

FindByKey(Key: String): IAuditFilterObject;

Parameters

Key. Key of searched filter.

Description

The FindByKey method searches a filter in the collection by its key.

Comments

The method returns the desired filter parameters in case the search is successful and the Null value, in case the filter with specified key is not found.

See also:

IAuditFilterObjects