- 命名空间: Limyee.Extensibility.Api.Version1
- 程序集: Limyee.Api.dll
定义
class ForumsListOptions { string ApplicationIds { get; set; } int? GroupId { get; set; } bool? IncludeSubGroups { get; set; } int? PageIndex { get; set; } int? PageSize { get; set; } string PermissionId { get; set; } string SortBy { get; set; } string SortOrder { get; set; } int? UserId { get; set; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
ApplicationIds |
string |
Comma separated list of ApplicationIds. Used to limit to a specific set of forums as well as sort order if SoryBy is set to ApplicationIdsOrder |
||
GroupId |
int? |
Group Id |
||
IncludeSubGroups |
bool? |
Only used when GroupId is specified. |
||
PageIndex |
int? |
Specify the page number of paged results to return. Zero-based index. |
||
PageSize |
int? |
Specify the number of results to return per page. |
||
PermissionId |
string |
Permission Id |
||
SortBy |
string |
Sort by |
DateCreated, LastPost, Name, Post, SortOrder, Thread, TotalPosts, Score:SCORE_ID, ApplicationIdsOrder |
|
SortOrder |
string |
Sort order |
||
UserId |
int? |
User Id |