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
)
Public Function Find (
id As String,
findType As FilterFindType
) As SavedFilter
Parameters
- id
- Type: SystemString
The item to find. - findType
- Type: NetQuarryFilterFindType
The mechanism to use for the find.
Return Value
Type:
SavedFilterThe item if found, else null.
See Also