ForumReplyVote
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Forums.dll
Definition
class ForumReplyVote { DateTime CreatedDate { get; set; } ForumReply Reply { get; set; } int ReplyId { get; set; } User User { get; set; } int UserId { get; set; } bool Value { get; } string VoteType { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
CreatedDate | DateTime | |||
Reply | ForumReply | |||
ReplyId | int | |||
User | User | |||
UserId | int | |||
Value | bool | |||
VoteType | string |