Category
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Articles.dll
Definition
class Category { ArticleCollection ArticleCollection { get; set; } Article DefaultArticle { get; set; } DateTime? DeleteDate { get; set; } string Description { get; } bool? HasChildren { get; } int? Id { get; set; } string ImageUrl { get; set; } bool? IsDeleted { get; set; } string Name { get; set; } Category Parent { get; set; } int? SortOrder { get; set; } string Url { get; set; } string UrlKey { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ArticleCollection | ArticleCollection | |||
DefaultArticle | Article | |||
DeleteDate | DateTime? | |||
Description | string | |||
HasChildren | bool? | |||
Id | int? | |||
ImageUrl | string | |||
IsDeleted | bool? | |||
Name | string | |||
Parent | Category | |||
SortOrder | int? | |||
Url | string | |||
UrlKey | string |