| 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; }
<DataMemberAttribute(Name := "SortDirection")>
Public Property SortDirection As SortDirection
Get
Set
Property Value
Type:
SortDirection
The sort direction.
See Also