MapperKernelSavedFilterApply Method (String, FilterFlags, SavedFilterApplyOptions) |
Apply the specified
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(
string filterID,
FilterFlags flags,
SavedFilterApplyOptions fltApplyOpts
)
Protected Sub SavedFilterApply (
filterID As String,
flags As FilterFlags,
fltApplyOpts As SavedFilterApplyOptions
)
Parameters
- filterID
- Type: SystemString
The ID of 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