AbusiveContentAfterFoundNotAbusiveEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class AbusiveContentAfterFoundNotAbusiveEventArgs { Guid AbuseId { get; } string AbuseState { get; } int AppealsCount { get; } int AuthorUserId { get; } Content Content { get; } DateTime? ExpungeDate { get; } DateTime? HiddenDate { get; } bool IsAbusive { get; } DateTime? LastUpdatedDate { get; } string Notes { get; } DateTime? ResolvedDate { get; } int SpamScore { get; } int TotalReportCount { get; } string WorkflowState { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AbuseId | Guid | |||
AbuseState | string | The current abuse state of the content | Abusive, Default, Expunged, Moderated, NotAbusive, NotReported, Reported | |
AppealsCount | int | |||
AuthorUserId | int | |||
Content | Content | |||
ExpungeDate | DateTime? | |||
HiddenDate | DateTime? | |||
IsAbusive | bool | |||
LastUpdatedDate | DateTime? | |||
Notes | string | |||
ResolvedDate | DateTime? | |||
SpamScore Obsolete | int | SpamScore is no longer maintained. SPAM is now managed by the abuse service directly. | ||
TotalReportCount | int | |||
WorkflowState | string | The current workflow being processed | Abuse, Moderation |