- 命名空间: Limyee.Extensibility.Api.Version1
- 程序集: Limyee.Api.dll
定义
class WikiPagesUpdateOptions { string Body { get; set; } string FeaturedImage { get; set; } int? ForumThreadId { get; set; } bool? HideInTableOfContents { get; set; } bool? IsFeatured { get; set; } bool? IsLocked { get; set; } bool? IsPublished { get; set; } DateTime? LastModifiedDate { get; set; } string MetaDescription { get; set; } string MetaKeywords { get; set; } string MetaTitle { get; set; } int? ParentPageId { get; set; } int? Position { get; set; } bool? SaveRevision { get; set; } string Tags { get; set; } string Title { get; set; } int? WikiId { get; set; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
Body |
string |
Body. Required parameter |
||
FeaturedImage |
string |
Used to include a featured image when IsFeatured is true. Optional parameter |
||
ForumThreadId |
int? |
Related Forum Thread Id. Optional parameter |
||
HideInTableOfContents |
bool? |
When true this page will not be listed in the table of contents. |
||
IsFeatured |
bool? |
Is featured? Optional parameter |
||
IsLocked |
bool? |
Is locked? Optional parameter |
||
IsPublished |
bool? |
Is published? Optional parameter |
||
LastModifiedDate |
DateTime? |
The date the wiki page was modified. |
||
MetaDescription |
string |
A brief description of the content used in the meta description tag. |
||
MetaKeywords |
string |
A comma-seperated list of keywords |
||
MetaTitle |
string |
Title used in page's title tag |
||
ParentPageId |
int? |
Parent page Id. Optional parameter |
||
Position |
int? |
Position in the table of contents relative to the parent with the first child being 1 and then increasing sequentially. Only applies to listing the table of contents. |
||
SaveRevision |
bool? |
Save revision. Optional parameter |
||
Tags |
string |
A comma separated list of tags.. Optional parameter |
||
Title |
string |
Title. Optional parameter |
||
WikiId |
int? |
Wiki Id. Optional parameter |