CommentSummaryListOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class CommentSummaryListOptions { int? AuthorId { get; set; } string ContentTypeIds { get; set; } int? MaximumCommentCount { get; set; } int? MinimumCommentCount { get; set; } int? PageIndex { get; set; } int? PageSize { get; set; } string SortBy { get; set; } string SortOrder { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AuthorId | int? | Author Id of the content with comments. | ||
ContentTypeIds | string | Comma separated list of Content type Ids to filter content by. | ||
MaximumCommentCount | int? | Maximum number of comments content must have to be returned. | ||
MinimumCommentCount | int? | Minimum number of comments content must have to be returned. | ||
PageIndex | int? | Specify the page number of paged results to return. Zero-based index. | ||
PageSize | int? | Specify the number of results to return per page. | ||
SortBy | string | Sort by | CommentCount, CreatedDate | |
SortOrder | string | Sort order | Ascending, Descending |