AbusiveContentListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class AbusiveContentListOptions
{
string AbuseState { get; set; }
string AppealState { get; set; }
Guid? ApplicationId { get; set; }
Guid? AuthorUserId { get; set; }
Guid? ContainerId { get; set; }
Guid? ContentTypeId { get; set; }
DateTime? EndCreateDate { get; set; }
DateTime? EndReportDate { get; set; }
bool? IncludeIgnoredContent { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
string SortBy { get; set; }
string SortOrder { get; set; }
DateTime? StartCreateDate { get; set; }
DateTime? StartReportDate { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| AbuseState | string | Abuse state | Abusive, Default, Expunged, Moderated, NotAbusive, NotReported, Reported | |
| AppealState | string | Appeal state | Accepted, AuthorResponded, Default, Expired, Initiated, ModerationRequired, Rejected | |
| ApplicationId | Guid? | Application Id | ||
| AuthorUserId | Guid? | Author user Id | ||
| ContainerId | Guid? | Container Id | ||
| ContentTypeId | Guid? | Content type Id | ||
| EndCreateDate | DateTime? | End create date | ||
| EndReportDate | DateTime? | End report date | ||
| IncludeIgnoredContent | bool? | Include ignored content | ||
| PageIndex | int? | Page index | ||
| PageSize | int? | Page size | ||
| SortBy | string | Sort by | authordisplayname, authoruserid, authorusername, certainty, date, reports, score | |
| SortOrder | string | Sort order | Ascending, Descending | |
| StartCreateDate | DateTime? | Start create date | ||
| StartReportDate | DateTime? | Start report date |