AbuseReportListOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class AbuseReportListOptions { Guid? AbusiveContentId { get; set; } Guid? AppealId { get; set; } string AppealState { get; set; } bool? AssignedToAppeal { get; set; } Guid? AuthorUserId { get; set; } DateTime? EndDate { get; set; } int? PageIndex { get; set; } int? PageSize { get; set; } int? ReportingUserId { get; set; } string SortBy { get; set; } string SortOrder { get; set; } DateTime? StartDate { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AbusiveContentId | Guid? | Abusive content Id | ||
AppealId | Guid? | Appeal Id | ||
AppealState | string | Appeal state | Accepted, AuthorResponded, Default, Expired, Initiated, ModerationRequired, Rejected | |
AssignedToAppeal | bool? | Assigned to appeal | ||
AuthorUserId | Guid? | Author user Id | ||
EndDate | DateTime? | End date | ||
PageIndex | int? | Page index | ||
PageSize | int? | Page size | ||
ReportingUserId | int? | Reporting user Id | ||
SortBy | string | Sort by | abusereportid | abusereportid, authorid, createdutcdate |
SortOrder | string | Sort order | Ascending, Descending | |
StartDate | DateTime? | Start date |