Click or drag to resize
ISearchFilterableAddFilterOptionsToUrl Method
Add filter options (selected item) to filter.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
void AddFilterOptionsToUrl(
	string searchWebpartID,
	string options
)

Parameters

searchWebpartID
Type: SystemString
Filter webpart id
options
Type: SystemString
Filter option
See Also