Wiki pages create options
WikiPagesCreateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Wikis.dll
Definition
class WikiPagesCreateOptions { string Body { get; set; } DateTime? CreatedDate { 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; } string MetaDescription { get; set; } string MetaKeywords { get; set; } string MetaTitle { get; set; } int? ParentPageId { get; set; } int? Position { get; set; } string Tags { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Body | string | Body. Required parameter | ||
CreatedDate | DateTime? | The date the wiki page was created. | ||
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. | False | |
IsFeatured | bool? | Is featured? Optional parameter | ||
IsLocked | bool? | Is locked? Optional parameter | ||
IsPublished | bool? | Is Published? Optional parameter | ||
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 pageId. Optional parameter | ||
Position | int? | Position in the table of contents listing relative to the parent with the first child being 1 and then increasing sequentially. Only applies to listing the table of contents. | ||
Tags | string | A comma separated list of tags. Optional parameter |