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