ChallengeAfterUpdateEventArgs
is defined in the Telligent.Evolution.Extensibility.Ideation.Api
namespace of Telligent.Evolution.Ideation.dll
Definition
class ChallengeAfterUpdateEventArgs { 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); }