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

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 10.0.0
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