AbuseAppealListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class AbuseAppealListOptions
{
Guid? AbuseId { get; set; }
Guid? AppealId { get; set; }
string AppealState { get; set; }
Guid? ApplicationId { get; set; }
Guid? ContainerId { get; set; }
Guid? ContentAuthorId { get; set; }
Guid? ContentId { get; set; }
Guid? ContentTypeId { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
string SortBy { get; set; }
string SortOrder { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| AbuseId | Guid? | Abuse Id | ||
| AppealId | Guid? | Appeal Id | ||
| AppealState | string | Appeal state. Multiple values can be supplied as a comma separated list. | Accepted, AuthorResponded, Default, Expired, Initiated, ModerationRequired, Rejected | |
| ApplicationId | Guid? | Application Id | ||
| ContainerId | Guid? | Container Id | ||
| ContentAuthorId | Guid? | Content author Id | ||
| ContentId | Guid? | Content Id | ||
| ContentTypeId | Guid? | Content type Id | ||
| PageIndex | int? | Page index | ||
| PageSize | int? | Page size | ||
| SortBy | string | Sort by | appealdate | appealdate, appealid, authordisplayname, authoruserid, authorusername, contentdate, lastupdateddate |
| SortOrder | string | Sort order | Ascending, Descending |