文章 WikiPagesCreateOptions 类

  • 命名空间: Limyee.Extensibility.Api.Version1
  • 程序集: Limyee.Api.dll

定义

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;  }
}

属性

名称

类型

描述

默认值

选项

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