Click or drag to resize

MapperKernelSavedFilterApply Method (SavedFilter, FilterFlags, SavedFilterApplyOptions)

Apply a SavedFilter to the mapper including any full-text search value.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected void SavedFilterApply(
	SavedFilter sflt,
	FilterFlags flags,
	SavedFilterApplyOptions fltApplyOpts
)

Parameters

sflt
Type: NetQuarrySavedFilter
The SavedFilter to apply.
flags
Type: NetQuarry.DataFilterFlags
Flags to apply to any created MapperFilter.
fltApplyOpts
Type: NetQuarry.DataSavedFilterApplyOptions
Options to control how the saved filter is applied to the mapper.
See Also