Click or drag to resize

SavedFiltersFind Method (String, FilterFindType)

Find a filter in the collection.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public SavedFilter Find(
	string id,
	FilterFindType findType
)

Parameters

id
Type: SystemString
The item to find.
findType
Type: NetQuarryFilterFindType
The mechanism to use for the find.

Return Value

Type: SavedFilter
The item if found, else null.
See Also