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

NameTypeDescriptionDefaultOptions
ChildPageCountint?
CommentCountint?
DateDateTime?
FeaturedImagestring
ForumThreadIdint?
GroupIdint?
Idint?
IsDefaultPagebool?
IsFeaturedbool?
IsLockedbool?
IsPublishedbool?
LastModifiedDateDateTime?
PageKeystring
ParentPageIdint?
RatingCountint?
RatingSumint?
RevisionCountint?
RevisionNumberint?
TagsIList<string>
Titlestring
Urlstring
UserUser
ViewCountint?
WikiIdint?