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

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

Parameters

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

Implements

IFilterControlRestoreFilterState(FilterState)
See Also