ArticleType is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Articles.dll
Definition
class ArticleType
{
int? Id { get; set; }
string ImageUrl { get; set; }
string Name { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| Id | int? | |||
| ImageUrl | string | |||
| Name | string |