Wikis get list options
WikisListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Wikis.dll
Definition
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; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ApplicationIds | string | Comma separated list of ApplicationIds. Used to limit to a specific set of wikis as well as sort order if SortBy 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 accessing or impersonated user set has the provided Permission ID. | ||
| SortBy | string | Sort By | Name | ApplicationIdsOrder, Name |
| UserId Obsolete | int? | Obsolete in 9.2: User Id should no longer be used. Rely on the authenticated or impersonated user instead Obsolete in 9.2: User Id should no longer be used. Rely on the authenticated or impersonated user instead |