AbuseAppeal
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class AbuseAppeal { DateTime AppealExpires { get; set; } Guid AppealId { get; set; } DateTime AppealInitiatedDate { get; set; } string AppealState { get; set; } string AuthorResponse { get; set; } DateTime? AuthorResponseDate { get; set; } User AuthorUser { get; } int AuthorUserId { get; set; } string BoardResponse { get; set; } Content Content { get; } bool ContentIsReply { get; set; } DateTime CreatedDate { get; set; } string IdentificationExplanation { get; } string IdentificationPluginName { get; } int? InitiatedBy { get; set; } User InitiatedByUser { get; } int? ModifiedBy { get; set; } User ModifiedByUser { get; } DateTime? ModifiedDate { get; set; } bool OriginatedFromModerationWorkflow { get; } bool RequiresManualActionToCorrectContent { get; } DateTime? ResolutionDate { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AppealExpires | DateTime | |||
AppealId | Guid | |||
AppealInitiatedDate | DateTime | |||
AppealState | string | |||
AuthorResponse | string | |||
AuthorResponseDate | DateTime? | |||
AuthorUser | User | |||
AuthorUserId | int | |||
BoardResponse | string | |||
Content | Content | |||
ContentIsReply | bool | |||
CreatedDate | DateTime | |||
IdentificationExplanation | string | |||
IdentificationPluginName | string | |||
InitiatedBy | int? | |||
InitiatedByUser | User | |||
ModifiedBy | int? | |||
ModifiedByUser | User | |||
ModifiedDate | DateTime? | |||
OriginatedFromModerationWorkflow | bool | |||
RequiresManualActionToCorrectContent | bool | |||
ResolutionDate | DateTime? |