AbuseReportBeforeCreateEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class AbuseReportBeforeCreateEventArgs { int AbuseReasonId { get; } Guid AbuseReportId { get; } double AbuseScore { get; set; } int AuthorUserId { get; } Content Content { get; } DateTime CreatedDate { get; } int CreatedUserId { get; } DateTime? LastUpdatedDate { get; } int? LastUpdatedUserId { get; } DateTime? ProcessedDate { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AbuseReasonId | int | |||
AbuseReportId | Guid | |||
AbuseScore | double | |||
AuthorUserId | int | |||
Content | Content | |||
CreatedDate | DateTime | |||
CreatedUserId | int | |||
LastUpdatedDate | DateTime? | |||
LastUpdatedUserId | int? | |||
ProcessedDate | DateTime? |