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

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

Parameters

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

Implements

IFilterControlStoreFilterState(FilterState)
See Also