ForumRepliesGetPageIndexOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Forums.dll
Definition
class ForumRepliesGetPageIndexOptions
{
string ForumReplyQueryType { get; set; }
bool? IncludeThreadStarter { get; set; }
int? PageSize { get; set; }
int? SortBy { get; set; }
bool? SortOrder { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ForumReplyQueryType | string | Reply Type | moderated, non-verified-answers, verified-answers | |
| IncludeThreadStarter | bool? | Used when determining whether to count the thread starter with the count of replies | ||
| PageSize | int? | Specify the number of results to return per page. | ||
| SortBy | int? | Sort by | 0 (Reply Date), 1 (UserId), 3 (Total Votes) | |
| SortOrder | bool? | Sort order | false (ascending), true (descending) |