Class SmartSearchSortInfo
- Namespace
- Dynamicweb.SmartSearch
- Assembly
- Dynamicweb.SmartSearch.dll
Represents the smart search sort info class
public class SmartSearchSortInfo
- Inheritance
-
SmartSearchSortInfo
- Inherited Members
Constructors
SmartSearchSortInfo()
Initializes a new instance of an object.
public SmartSearchSortInfo()
SmartSearchSortInfo(SmartSearchRuleField, SmartSearchSortDirection)
Initializes a new instance of an object.
public SmartSearchSortInfo(SmartSearchRuleField field, SmartSearchSortDirection sort)
Parameters
field
SmartSearchRuleFieldsort
SmartSearchSortDirection
Properties
Field
Gets or sets the name of the filter.
public SmartSearchRuleField Field { get; set; }
Property Value
IsEmpty
Check is empty object
public bool IsEmpty { get; }
Property Value
Sort
Gets or sets the sort direction.
public SmartSearchSortDirection Sort { get; set; }