Class CmsCommentList
A list of comments.
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CmsCommentList
Properties
CmsComments
The list of comments.
Declaration
[JsonPropertyName("cmsComments")]
public List<CmsComment> CmsComments { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CmsComment> |
Continue
There are more items to request if this is not null. Provide this value with the next request as the "continue" parameter.
Declaration
[JsonPropertyName("continue")]
public string Continue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Count
The number of comments in the result.
Declaration
[JsonPropertyName("count")]
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int |