WikiPageRenderEventArgs is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Wikis.dll
Definition
class WikiPageRenderEventArgs
{
	Application Application { get;  }
	int? ChildPageCount { get;  }
	int? CommentCount { get;  }
	Guid ContentId { get;  }
	DateTime? Date { get;  }
	string FeaturedImage { get;  }
	int? GroupId { get;  }
	bool HiddenInTableOfContents { get;  }
	int? Id { get;  }
	bool? IsDefaultPage { get;  }
	bool? IsFeatured { get;  }
	bool? IsLocked { get;  }
	bool? IsPublished { get;  }
	DateTime? LastModifiedDate { get;  }
	string PageKey { get;  }
	int? ParentPageId { get;  }
	int? Position { get;  }
	int? RatingCount { get;  }
	int? RatingSum { get;  }
	string RenderedHtml { get; set;  }
	string RenderedProperty { get; set;  }
	string RenderTarget { get; set;  }
	int? RevisionCount { get;  }
	int? RevisionNumber { get;  }
	string SearchUniqueId { get;  }
	IList<string> Tags { get;  }
	string Url { get;  }
	User User { get;  }
	int? ViewCount { get;  }
	int? WikiId { get;  }
}
Properties
| Name | Type | Description | Default | Options | 
|---|---|---|---|---|
| Application | Application | |||
| ChildPageCount | int? | |||
| CommentCount | int? | |||
| ContentId | Guid | |||
| Date | DateTime? | |||
| FeaturedImage | string | |||
| GroupId | int? | |||
| HiddenInTableOfContents | bool | |||
| Id | int? | |||
| IsDefaultPage | bool? | |||
| IsFeatured | bool? | |||
| IsLocked | bool? | |||
| IsPublished | bool? | |||
| LastModifiedDate | DateTime? | |||
| PageKey | string | |||
| ParentPageId | int? | |||
| Position | int? | |||
| RatingCount | int? | |||
| RatingSum | int? | |||
| RenderedHtml | string | |||
| RenderedProperty | string | |||
| RenderTarget | string | |||
| RevisionCount | int? | |||
| RevisionNumber | int? | |||
| SearchUniqueId | string | |||
| Tags | IList<string> | |||
| Url | string | |||
| User | User | |||
| ViewCount | int? | |||
| WikiId | int? | 
 
				