Search Results for

    Show / Hide Table of Contents

    Class CommentSortBy

    Comment sort by

    Inheritance
    object
    CommentSortBy
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Index.Client
    Assembly: Noxum.Nova.Index.Client.dll
    Syntax
    public class CommentSortBy

    Properties

    Field

    The field to sort by

    Declaration
    [JsonPropertyName("field")]
    public CommentField Field { get; set; }
    Property Value
    Type Description
    CommentField

    Reverse

    If true, sort reverse

    Declaration
    [JsonPropertyName("reverse")]
    public bool Reverse { get; set; }
    Property Value
    Type Description
    bool
    In this article
    Back to top Version 6.1.0.11rc