Search Results for

    Show / Hide Table of Contents

    Class CommentSearchResult

    Result of a comment search

    Inheritance
    object
    CommentSearchResult
    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 CommentSearchResult

    Properties

    ChangeTrackingTimestamp

    The change tracking timestamp of the comment index

    Declaration
    [JsonPropertyName("changeTrackingTimestamp")]
    public DateTime? ChangeTrackingTimestamp { get; set; }
    Property Value
    Type Description
    DateTime?

    Comments

    The result comments

    Declaration
    [JsonPropertyName("comments")]
    public IList<CommentItem> Comments { get; set; }
    Property Value
    Type Description
    IList<CommentItem>

    More

    True, if there are more items to search for, false otherwise.

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