Status is defined in the Telligent.Evolution.Extensibility.Ideation.Api namespace of Telligent.Evolution.Ideation.dll
Status
Telligent.Evolution.Extensibility.Ideation.Api
class Status { string Description { get; } string InternalName { get; } bool IsClosed { get; } bool IsDefault { get; } string Key { get; } string Name { get; } bool ReleasesVotes { get; } int ScoreValue { get; } int SortOrder { get; } }
string
bool
int