WikiPagesListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Api.dll
Definition
class WikiPagesListOptions
{
int? AuthorId { get; set; }
int? GroupId { get; set; }
bool? IncludeSubGroupContent { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
int? ParentPageId { get; set; }
string QueryType { get; set; }
string Tags { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|
| AuthorId | int? | | | |
| GroupId | int? | | | |
| IncludeSubGroupContent | bool? | | | |
| PageIndex | int? | | | |
| PageSize | int? | | | |
| ParentPageId | int? | | | |
| QueryType | string | | | |
| Tags | string | | | |