Click or drag to resize
CMSAbstractBaseFilterControlRestoreFilterState Method
Restores filter state from the specified object.

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

Parameters

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

Implements

IFilterControlRestoreFilterState(FilterState)
See Also