Table of Contents

Class SmartSearchSortInfo

Namespace
Dynamicweb.SmartSearch
Assembly
Dynamicweb.Core.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 SmartSearchRuleField
sort SmartSearchSortDirection

Properties

Field

Gets or sets the name of the filter.

public SmartSearchRuleField Field { get; set; }

Property Value

SmartSearchRuleField

IsEmpty

Check is empty object

public bool IsEmpty { get; }

Property Value

bool

Sort

Gets or sets the sort direction.

public SmartSearchSortDirection Sort { get; set; }

Property Value

SmartSearchSortDirection
To top