ArticleVersionAfterUpdateEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Articles.dll
Definition
class ArticleVersionAfterUpdateEventArgs { string Body { get; set; } Guid? CollectionId { get; } DateTime? CreateDate { get; set; } Guid? Id { get; } string Identifier { get; } bool? IsPublished { get; } DateTime? LastUpdateDate { get; set; } string MetaDescription { get; set; } string MetaKeywords { get; set; } string MetaTitle { get; set; } DateTime? PublishDate { get; set; } DateTime? PublishEndDate { get; set; } int? PublishGroupId { get; } bool? ReadyToPublish { get; set; } IList<string> Tags { get; set; } string Title { get; set; } string Url { get; } int? UserId { get; set; } Guid? Version { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Body | string | |||
CollectionId | Guid? | |||
CreateDate | DateTime? | |||
Id | Guid? | |||
Identifier | string | |||
IsPublished | bool? | |||
LastUpdateDate | DateTime? | |||
MetaDescription | string | |||
MetaKeywords | string | |||
MetaTitle | string | |||
PublishDate | DateTime? | |||
PublishEndDate | DateTime? | |||
PublishGroupId | int? | |||
ReadyToPublish | bool? | |||
Tags | IList<string> | |||
Title | string | |||
Url | string | |||
UserId | int? | |||
Version | Guid? |