ForumReplyVoteListOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Forums.dll
Definition
class ForumReplyVoteListOptions { int? PageIndex { get; set; } int? PageSize { get; set; } int ReplyId { get; set; } string SortBy { get; set; } string SortOrder { get; set; } int? UserId { get; set; } bool? Value { get; set; } string VoteType { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
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. | ||
ReplyId | int | Reply Id | ||
SortBy | string | Sort mechanism | Date | |
SortOrder | string | Sort order | Ascending, Descending | |
UserId | int? | User Id | ||
Value | bool? | Vote Value: Up(true) or Down(false) | ||
VoteType | string | Type of vote. AnswerVerification can only be on a QuestionAndAnswer type reply. | AnswerVerification, Quality |