This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.IForumReplyVotes>()
and is defined in Telligent.Evolution.Forums.dll
Events
Events.AfterCreate
Handler
void ForumReplyVoteAfterCreateEventHandler(ForumReplyVoteAfterCreateEventArgs e);
Events.AfterDelete
Handler
void ForumReplyVoteAfterDeleteEventHandler(ForumReplyVoteAfterDeleteEventArgs e);
Events.AfterUpdate
Handler
void ForumReplyVoteAfterUpdateEventHandler(ForumReplyVoteAfterUpdateEventArgs e);
Events.BeforeCreate
Handler
void ForumReplyVoteBeforeCreateEventHandler(ForumReplyVoteBeforeCreateEventArgs e);
Events.BeforeDelete
Handler
void ForumReplyVoteBeforeDeleteEventHandler(ForumReplyVoteBeforeDeleteEventArgs e);
Events.BeforeUpdate
Handler
void ForumReplyVoteBeforeUpdateEventHandler(ForumReplyVoteBeforeUpdateEventArgs e);
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
DataTypeId | Guid |
Methods
ForumReplyVote Create(int replyId, ForumReplyVoteCreateOptions options = null);
Votes for a thread reply for the accessing user
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
replyId | int | Reply Id | Required | ||
options | ForumReplyVoteCreateOptions | Optional parameter names are: VoteType and Value | Optional |
Return Type
AdditionalInfo Delete(int replyId, ForumReplyVoteDeleteOptions options = null);
Removes a vote for a thread reply for the accessing user
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
replyId | int | Reply Id | Required | ||
options | ForumReplyVoteDeleteOptions | Optional parameter name: VoteType | Optional |
Return Type
ForumReplyVote Get(int replyId, ForumReplyVoteGetOptions options = null);
Gets an existing vote for a thread reply for the accessing user
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
replyId | int | Reply Id | Required | ||
options | ForumReplyVoteGetOptions | Optional parameter names are: VoteType and Value | Optional |
Return Type
PagedList<ForumReplyVote> List(ForumReplyVoteListOptions options = null);
Lists thread reply votes
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
options | ForumReplyVoteListOptions | Options include: ReplyId, UserId, VoteType, Value, SortBy, SortOrder, PageSize, PageIndex | Optional |
Return Type
ForumReplyVote Update(int replyId, ForumReplyVoteUpdateOptions options = null);
Updates existing vote for a thread reply for the accessing user.
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
replyId | int | Reply Id | Required | ||
options | ForumReplyVoteUpdateOptions | Optional parameter names are: VoteType and Value | Optional |