Click or drag to resize

MapperKernel.SaveFilter 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: System.String
The name to assign to the new saved filter.
description
Type: System.String
The filter description to use (possibly combined with mapper-generated description per options).
filterAttrs
Type: NetQuarry.FilterAttributes
Filter attributes
options
Type: NetQuarry.Data.SaveFilterOptions
Options specifying how the filter is to be created and saved.

Return Value

Type: SavedFilter
The saved SavedFilter.
See Also