Click or drag to resize

SortInfo Class

Class containing information about the sort direction for a given field.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Indexing.Querying.SortingSortInfo

Namespace:  Dynamicweb.Indexing.Querying.Sorting
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
[SerializableAttribute]
[DataContractAttribute]
public class SortInfo : IEquatable<SortInfo>

The SortInfo type exposes the following members.

Constructors
  NameDescription
Public methodSortInfo
Initializes a new instance of the SortInfo class
Top
Properties
  NameDescription
Public propertyField
Gets or sets the field used for sorting.
Public propertySortDirection
Gets or sets the sort direction for the field.
Top
Methods
See Also