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