ChallengeAfterDeleteEventArgs is defined in the Telligent.Evolution.Extensibility.Ideation.Api namespace of Telligent.Evolution.Ideation.dll
Definition
class ChallengeAfterDeleteEventArgs
{
string ApplicationKey { get; }
Guid ContentId { get; }
Guid ContentTypeId { get; }
DateTime CreatedDate { get; }
int GroupId { get; }
Guid Id { get; }
bool IsEnabled { get; }
DateTime? LastPostDate { get; }
string Name { get; }
int TotalPosts { get; }
string Description();
string Description(string target);
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ApplicationKey | string | |||
| ContentId | Guid | |||
| ContentTypeId | Guid | |||
| CreatedDate | DateTime | |||
| GroupId | int | |||
| Id | Guid | |||
| IsEnabled | bool | |||
| LastPostDate | DateTime? | |||
| Name | string | |||
| TotalPosts | int |
Methods
string Description();
Return Type
string
string Description(string target);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| target | string | Target | Required |
Return Type
string