文章 WikiPage 类

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

定义

class WikiPage
{
	Application Application { get;  }
	int? ChildPageCount { get; set;  }
	int? CommentCount { get; set;  }
	Guid ContentId { get; set;  }
	DateTime? CreatedDate { get; set;  }
	DateTime? Date { get; set;  }
	string FeaturedImage { get; set;  }
	int? ForumThreadId { get; set;  }
	int? GroupId { get; set;  }
	bool? HiddenInTableOfContents { get; set;  }
	int? Id { get; set;  }
	bool? IsDefaultPage { 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;  }
	string PageKey { get; set;  }
	int? ParentPageId { get; set;  }
	int? Position { get; set;  }
	int? RatingCount { get; set;  }
	int? RatingSum { get; set;  }
	int? RevisionCount { get; set;  }
	int? RevisionNumber { get; set;  }
	string SearchUniqueId { get;  }
	IList<string> Tags { get; set;  }
	string Title { get; set;  }
	string Url { get; set;  }
	User User { get; set;  }
	int? ViewCount { get; set;  }
	int? WikiId { get; set;  }
}

属性

名称

类型

描述

默认值

选项

Application

Application

ChildPageCount

int?

CommentCount

int?

ContentId

Guid

CreatedDate

DateTime?

Date

DateTime?

FeaturedImage

string

ForumThreadId

int?

GroupId

int?

HiddenInTableOfContents

bool?

Id

int?

IsDefaultPage

bool?

IsFeatured

bool?

IsLocked

bool?

IsPublished

bool?

LastModifiedDate

DateTime?

MetaDescription

string

MetaKeywords

string

MetaTitle

string

PageKey

string

ParentPageId

int?

Position

int?

RatingCount

int?

RatingSum

int?

RevisionCount

int?

RevisionNumber

int?

SearchUniqueId

string

Tags

IList<string>

Title

string

Url

string

User

User

ViewCount

int?

WikiId

int?