Class CommentSortBy
Comment sort by
Inherited Members
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 |