CategoryAfterCreateEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Articles.dll
Definition
class CategoryAfterCreateEventArgs { Guid? CollectionId { get; } DateTime? CreateDate { get; set; } int? CreatedByUserId { get; set; } string Description { get; set; } int? Id { get; } string ImageUrl { get; set; } string Name { get; set; } int? ParentId { get; set; } int? SortOrder { get; set; } string UrlKey { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
CollectionId | Guid? | |||
CreateDate | DateTime? | |||
CreatedByUserId | int? | |||
Description | string | |||
Id | int? | |||
ImageUrl | string | |||
Name | string | |||
ParentId | int? | |||
SortOrder | int? | |||
UrlKey | string |