Click or drag to resize

FilterFindType Enumeration

Type of find to use in SavedFilters.Find().

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum FilterFindType
Members
  Member nameValueDescription
ByID1Find using the SavedFilter ID.
ByMoniker2Find using the SavedFilter moniker.
ByName3Find using the localized name, case-insensitively.
See Also