ForumReplyVoteCreateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Forums.dll
Definition
class ForumReplyVoteCreateOptions { bool? Value { get; set; } string VoteType { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Value | bool? | Vote Value: Up (true) or Down (false). Only true is accepted when the VoteType is AnswerVerification. | ||
VoteType | string | Vote Type: Either AnswerVerification or Quality. AnswerVerification can only be used on QuestionAndAnswer replies. |