文章 AbusiveContentListOptions 类

  • 命名空间: Limyee.Extensibility.Api.Version1
  • 程序集: Limyee.Api.dll

定义

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;  }
}

属性

名称

类型

描述

默认值

选项

AbuseState

string

Abuse state

AppealState

string

Appeal state

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

reports, certainty, date, authorusername, authoruserid, authordisplayname, score

SortOrder

string

Sort order

StartCreateDate

DateTime?

Start create date

StartReportDate

DateTime?

Start report date