Search Results for

    Show / Hide Table of Contents

    Class OrderByItem

    Defines a single sorting item

    Inheritance
    object
    OrderByItem
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.QueryModel
    Assembly: PnP.Core.dll
    Syntax
    public class OrderByItem

    Properties

    Direction

    The direction (Ascending/Descending) for the sorting criteria. Default: Ascending.

    Declaration
    public OrderByDirection Direction { get; set; }
    Property Value
    OrderByDirection

    Field

    The name of the field to sort by

    Declaration
    public string Field { get; set; }
    Property Value
    string

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer