IdeaUpdateOptions is defined in the Telligent.Evolution.Extensibility.Ideation.Api namespace of Telligent.Evolution.Ideation.dll
Definition
class IdeaUpdateOptions
{
int? CategoryId { get; set; }
Guid? ChallengeId { get; set; }
string Description { get; set; }
string Name { get; set; }
string Status { get; set; }
string StatusNotes { get; set; }
string Tags { get; set; }
string UrlKey { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| CategoryId | int? | Id of the category to assign the idea to. | ||
| ChallengeId | Guid? | Id of the Ideation this Idea should be assigned to. | ||
| Description | string | The idea's description. | ||
| Name | string | The idea's name. | ||
| Status Obsolete | string | Obsolete in 10.2: Use IdeaStatus Update Specify the current status of the idea. Requires 'Manage Idea Status' permission for the ideation. | ||
| StatusNotes Obsolete | string | Obsolete in 10.2: Use IdeaStatus Update Specify additional notes to accompany the idea's status. Requires 'Manage Idea Status' permission for the ideation. | ||
| Tags | string | Comma-separated list of tags to attach to this idea. | ||
| UrlKey | string | Unique url string for idea. |