ForumThreadVoteCreateOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Forums.dll
Definition
class ForumThreadVoteCreateOptions
{
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 Interest. | ||
| VoteType | string | Vote Type: Either Interest or Quality. Interest votes can only be used on QuestionAndAnswer threads. |