- 命名空间: Limyee.Extensibility.Api.Version1
- 程序集: Limyee.Api.dll
定义
class WikisListOptions { string ApplicationIds { get; set; } int? GroupId { get; set; } bool? IncludeDisabled { get; set; } bool? IncludeSubGroups { get; set; } string NameQuery { get; set; } int? PageIndex { get; set; } int? PageSize { get; set; } string PermissionId { get; set; } string SortBy { get; set; } int? UserId { get; set; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
ApplicationIds |
string |
Comma separated list of ApplicationIds. Used to limit to a specific set of wikis as well as sort order if SoryBy is set to ApplicationIdsOrder |
||
GroupId |
int? |
Specified Group Id. Optional parameter |
||
IncludeDisabled |
bool? |
Should disabled wiki be included? Optional parameter |
False |
|
IncludeSubGroups |
bool? |
Only used when GroupId is specified. |
False |
|
NameQuery |
string |
|||
PageIndex |
int? |
Specify the page number of paged results to return. Zero-based index. Optional parameter |
0 |
|
PageSize |
int? |
Specify the number of results to return per page. Optional parameter |
20 |
|
PermissionId |
string |
Used to get a list of wikis for which the user set in UserId has the provided Permission ID. |
||
SortBy |
string |
Sort By |
Name |
Name, Score:SCORE_ID, ApplicationIdsOrder |
UserId |
int? |
User ID for which to check permissions. This option is only used whenever the PermissionId is also supplied. |