WikiPageBeforeUpdateEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Wikis.dll
Definition
class WikiPageBeforeUpdateEventArgs { Application Application { get; } string Body { get; set; } int? ChildPageCount { get; } int? CommentCount { get; } Guid ContentId { get; } DateTime? Date { get; } string FeaturedImage { get; } int? GroupId { get; } bool HiddenInTableOfContents { get; } int? Id { get; } Page InternalEntity { get; } bool? IsDefaultPage { get; } bool? IsFeatured { get; } bool? IsLocked { get; } bool? IsPublished { get; set; } DateTime? LastModifiedDate { get; } string MetaDescription { get; } string MetaKeywords { get; } string MetaTitle { get; } string PageKey { get; } int? ParentPageId { get; set; } int? Position { get; } int? RatingCount { get; } int? RatingSum { get; } int? RevisionCount { get; } int? RevisionNumber { get; } bool RevisionSaved { get; } string SearchUniqueId { get; } IList<string> Tags { get; set; } string Title { get; set; } string Url { get; } User User { get; set; } int? ViewCount { get; } int? WikiId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Application | Application | |||
Body | string | |||
ChildPageCount | int? | |||
CommentCount | int? | |||
ContentId | Guid | |||
Date | DateTime? | |||
FeaturedImage | string | |||
GroupId | int? | |||
HiddenInTableOfContents | bool | |||
Id | int? | |||
InternalEntity | Page | |||
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? | |||
RevisionSaved | bool | |||
SearchUniqueId | string | |||
Tags | IList<string> | |||
Title | string | |||
Url | string | |||
User | User | |||
ViewCount | int? | |||
WikiId | int? |