Click or drag to resize

SortInfoSortDirection Property

Gets or sets the sort direction for the field.

Namespace:  Dynamicweb.Indexing.Querying.Sorting
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
[DataMemberAttribute(Name = "SortDirection")]
public SortDirection SortDirection { get; set; }

Property Value

Type: SortDirection
The sort direction.
See Also