ForumReplyVoteBeforeCreateEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Forums.dll
Definition
class ForumReplyVoteBeforeCreateEventArgs { DateTime CreatedDate { get; } DateTime LastUpdatedDate { get; } int ReplyId { get; } int UserId { get; } bool Value { get; } ForumReplyVoteType VoteType { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
CreatedDate | DateTime | |||
LastUpdatedDate | DateTime | |||
ReplyId | int | |||
UserId | int | |||
Value | bool | |||
VoteType | ForumReplyVoteType |