IdeaAfterCreateEventArgs
is defined in the Telligent.Evolution.Extensibility.Ideation.Api
namespace of Telligent.Evolution.Ideation.dll
Definition
class IdeaAfterCreateEventArgs { int AuthorUserId { get; } Guid ChallengeId { get; } Guid ContentId { get; } Guid ContentTypeId { get; } DateTime CreatedDate { get; } int CurrentStatusId { get; } Guid Id { get; } bool IsEnabled { get; } DateTime LastUpdatedDate { get; } string Name { get; } int? StatusAuthorUserId { get; } DateTime? StatusDateUtc { get; } string StatusKey { get; } string Tags { get; } string UrlKey { get; } string Description(); string Description(string target); string StatusNotes(); string StatusNotes(string target); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AuthorUserId | int | |||
ChallengeId | Guid | |||
ContentId | Guid | |||
ContentTypeId | Guid | |||
CreatedDate | DateTime | |||
CurrentStatusId | int | |||
Id | Guid | |||
IsEnabled | bool | |||
LastUpdatedDate | DateTime | |||
Name | string | |||
StatusAuthorUserId Obsolete | int? | Obsolete in 10.2: Use IdeaStatus events instead | ||
StatusDateUtc Obsolete | DateTime? | Obsolete in 10.2: Use IdeaStatus events instead | ||
StatusKey Obsolete | string | Obsolete in 10.2: Use IdeaStatus events instead | ||
Tags | string | |||
UrlKey | string |
Methods
string Description();
Return Type
string
string Description(string target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | string | Target | Required |
Return Type
string
string StatusNotes();
Return Type
string
string StatusNotes(string target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | string | Target | Required |
Return Type
string