Class CommentFilterCondition
Comment filter condition
Inherited Members
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 |