IdeaStatusAfterCreateEventArgs
is defined in the Telligent.Evolution.Extensibility.Ideation.Api
namespace of Telligent.Evolution.Ideation.dll
Definition
class IdeaStatusAfterCreateEventArgs { int AuthorUserId { get; } DateTime CreatedDateUtc { get; } int Id { get; } Guid IdeaId { get; } string Note { get; } string StatusKey { get; } string Note(); string Note(string target); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AuthorUserId | int | |||
CreatedDateUtc | DateTime | |||
Id | int | |||
IdeaId | Guid | |||
Note | string | |||
StatusKey | string |
Methods
string Note();
Return Type
string
string Note(string target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | string | Target | Required |
Return Type
string