Class OrderByItem
- Namespace
- PnP.Core.QueryModel
- Assembly
- PnP.Core.dll
Defines a single sorting item
public class OrderByItem
- Inheritance
-
OrderByItem
- Inherited Members
Properties
Direction
The direction (Ascending/Descending) for the sorting criteria. Default: Ascending.
public OrderByDirection Direction { get; set; }
Property Value
Field
The name of the field to sort by
public string Field { get; set; }