IdeaCategory is defined in the Telligent.Evolution.Extensibility.Ideation.Api namespace of Telligent.Evolution.Ideation.dll
Definition
class IdeaCategory
{
int? Id { get; set; }
Guid? IdeationId { get; set; }
string Name { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| Id | int? | |||
| IdeationId | Guid? | |||
| Name | string |