WikiTocsGetOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Wikis.dll
Definition
class WikiTocsGetOptions
{
bool? ShowHiddenPages { get; set; }
int? WikiPageId { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ShowHiddenPages | bool? | ShowHiddenInTableOfContents. When true items with their HiddenInTableOfContents flag set to true will be included. By default they are not included in the list. | False | |
| WikiPageId | int? | Specified Wikipage Id |