WikiPage is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Api.dll
Definition
class WikiPage
{
int? ChildPageCount { get; set; }
int? CommentCount { get; set; }
DateTime? Date { get; set; }
string FeaturedImage { get; set; }
int? ForumThreadId { get; set; }
int? GroupId { 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 PageKey { get; set; }
int? ParentPageId { get; set; }
int? RatingCount { get; set; }
int? RatingSum { get; set; }
int? RevisionCount { get; set; }
int? RevisionNumber { get; set; }
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; }
}
Properties
| Name | Type | Description | Default | Options |
|---|
| ChildPageCount | int? | | | |
| CommentCount | int? | | | |
| Date | DateTime? | | | |
| FeaturedImage | string | | | |
| ForumThreadId | int? | | | |
| GroupId | int? | | | |
| Id | int? | | | |
| IsDefaultPage | bool? | | | |
| IsFeatured | bool? | | | |
| IsLocked | bool? | | | |
| IsPublished | bool? | | | |
| LastModifiedDate | DateTime? | | | |
| PageKey | string | | | |
| ParentPageId | int? | | | |
| RatingCount | int? | | | |
| RatingSum | int? | | | |
| RevisionCount | int? | | | |
| RevisionNumber | int? | | | |
| Tags | IList<string> | | | |
| Title | string | | | |
| Url | string | | | |
| User | User | | | |
| ViewCount | int? | | | |
| WikiId | int? | | | |