MapperKernelSaveFilter Method (String, FilterAttributes, SaveFilterOptions) |
Save off a NetQuarry.SavedFilter for this mapper capturing its current filter and sort state.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected SavedFilter SaveFilter(
string name,
FilterAttributes filterAttrs,
SaveFilterOptions options
)
Protected Function SaveFilter (
name As String,
filterAttrs As FilterAttributes,
options As SaveFilterOptions
) As SavedFilter
Parameters
- name
- Type: SystemString
The name to assign to the new saved filter. - filterAttrs
- Type: NetQuarryFilterAttributes
Filter attributes - options
- Type: NetQuarry.DataSaveFilterOptions
Options specifying how the filter is to be created and saved.
Return Value
Type:
SavedFilterThe saved SavedFilter.
See Also