CommentVoteBeforeUpdateEventArgs is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class CommentVoteBeforeUpdateEventArgs
{
Guid CommentId { get; }
DateTime CreatedDate { get; }
DateTime LastUpdatedDate { get; }
int UserId { get; }
bool Value { get; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| CommentId | Guid | |||
| CreatedDate | DateTime | |||
| LastUpdatedDate | DateTime | |||
| UserId | int | |||
| Value | bool |