- 命名空间: Limyee.Extensibility.Api.Version1
- 程序集: Limyee.Api.dll
定义
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; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
AbuseId |
Guid? |
Abuse Id |
||
AppealId |
Guid? |
Appeal Id |
||
AppealState |
string |
Appeal state. Multiple values can be supplies by seperating each with a comma. |
||
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 |
authoruserid, appealid, authorusername, appealdate, contentdate, lastupdateddate, authordisplayname |
SortOrder |
string |