StatusUpdateOptions
is defined in the Telligent.Evolution.Extensibility.Ideation.Api
namespace of Telligent.Evolution.Ideation.dll
Definition
class StatusUpdateOptions { string Description { get; set; } bool? IsClosed { get; set; } bool? IsDefault { get; set; } string Name { get; set; } bool? ReleasesVotes { get; set; } Byte? ScoreValue { get; set; } int? SortOrder { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Description | string | |||
IsClosed | bool? | |||
IsDefault | bool? | |||
Name | string | |||
ReleasesVotes | bool? | |||
ScoreValue | Byte? | |||
SortOrder | int? |