- 命名空间: Limyee.Extensibility.Api.Entities.Version1
- 程序集: Limyee.Api.dll
定义
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; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
Children |
IList<BasicWikiPage> |
|||
HasVisibleChildren |
bool |
|||
HiddenInTableOfContents |
bool |
|||
Id |
int? |
|||
IsDefaultPage |
bool |
|||
PageKey |
string |
|||
Position |
int? |
|||
Title |
string |