WikiPageRevision is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Wikis.dll
Definition
class WikiPageRevision
{
int? GroupId { get; set; }
bool? IsReadOnly { get; set; }
DateTime? LastModifiedDate { get; set; }
string MetaDescription { get; set; }
string MetaKeywords { get; set; }
string MetaTitle { get; set; }
int? PageId { get; set; }
string PageKey { get; set; }
int? ParentPageId { get; set; }
int? RevisionNumber { get; set; }
string Tags { get; set; }
string Title { get; set; }
string Url { get; set; }
User User { get; set; }
int? WikiId { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| GroupId | int? | |||
| IsReadOnly | bool? | |||
| LastModifiedDate | DateTime? | |||
| MetaDescription | string | |||
| MetaKeywords | string | |||
| MetaTitle | string | |||
| PageId | int? | |||
| PageKey | string | |||
| ParentPageId | int? | |||
| RevisionNumber | int? | |||
| Tags | string | |||
| Title | string | |||
| Url | string | |||
| User | User | |||
| WikiId | int? |