BasicWikiPage
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Wikis.dll
Definition
class BasicWikiPage { IList<BasicWikiPage> Children { get; set; } bool HasVisibleChildren { get; set; } bool HiddenInTableOfContents { get; set; } int? Id { get; set; } bool IsDefaultPage { get; set; } string PageKey { get; set; } int? Position { get; set; } string Title { get; set; } string Url { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Children | IList<BasicWikiPage> | |||
HasVisibleChildren | bool | |||
HiddenInTableOfContents | bool | |||
Id | int? | |||
IsDefaultPage | bool | |||
PageKey | string | |||
Position | int? | |||
Title | string | |||
Url | string |