Click or drag to resize

SavedFiltersFind Method (String, FilterFindType, FilterFindOptions)

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,
	FilterFindOptions options
)

Parameters

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

Return Value

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