Click or drag to resize
ISearchFilterableApplyFilter Method
Combine search condition and order value with current values.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
void ApplyFilter(
	string searchCondition,
	string searchSort,
	bool filterPostback
)

Parameters

searchCondition
Type: SystemString
Search condition
searchSort
Type: SystemString
Sorting of search
filterPostback
Type: SystemBoolean
If true filter caused the postback which means that filter condition has been changed.
See Also