Click or drag to resize

MapperKernelSaveFilter Method (String, 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,
	string description,
	FilterAttributes filterAttrs,
	SaveFilterOptions options
)

Parameters

name
Type: SystemString
The name to assign to the new saved filter.
description
Type: SystemString
The filter description to use (possibly combined with mapper-generated description per options).
filterAttrs
Type: NetQuarryFilterAttributes
Filter attributes
options
Type: NetQuarry.DataSaveFilterOptions
Options specifying how the filter is to be created and saved.

Return Value

Type: SavedFilter
The saved SavedFilter.
See Also