Search Results for

    Show / Hide Table of Contents

    Class CommentFilterCondition

    Comment filter condition

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

    Properties

    Mentioned

    The mentioned user, if any

    Declaration
    [JsonPropertyName("mentioned")]
    public string Mentioned { get; set; }
    Property Value
    Type Description
    string

    ObjectTypes

    A list of object types. If the list is null or empty, the search is not restrict by object type

    Declaration
    [JsonPropertyName("objectTypes")]
    public IList<int> ObjectTypes { get; set; }
    Property Value
    Type Description
    IList<int>

    SearchPhrase

    A user-defined search phrase, if any

    Declaration
    [JsonPropertyName("searchPhrase")]
    public string SearchPhrase { get; set; }
    Property Value
    Type Description
    string

    User

    The user, if any

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