Click or drag to resize
IFilterControlStoreFilterState Method
Stores filter state to the specified object.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
void StoreFilterState(
	FilterState state
)

Parameters

state
Type: CMS.HelpersFilterState
The object that holds the filter state.
See Also