ChallengeBeforeUpdateEventArgs is defined in the Telligent.Evolution.Extensibility.Ideation.Api namespace of Telligent.Evolution.Ideation.dll
Definition
class ChallengeBeforeUpdateEventArgs
{
bool AllowMultipleVotes { get; }
string ApplicationKey { get; }
Guid ContentId { get; }
Guid ContentTypeId { get; }
DateTime CreatedDate { get; }
int GroupId { get; }
Guid Id { get; }
bool IsEnabled { get; }
bool IsModerated { get; }
DateTime? LastPostDate { get; }
int? MaximumVotesPerUser { get; }
string Name { get; }
bool RequiresCategory { get; }
int TotalPosts { get; }
}