Click or drag to resize
ISearchFilterable Interface
Interface for search filter.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public interface ISearchFilterable

The ISearchFilterable type exposes the following members.

Properties
  NameDescription
Public propertyFilterSearchCondition
Seach condition.
Public propertyFilterSearchSort
Sorting of search.
Top
Methods
  NameDescription
Public methodAddFilterOptionsToUrl
Add filter options (selected item) to filter.
Public methodApplyFilter
Combine search condition and order value with current values.
Top
See Also