ChallengeBeforeCreateEventArgs
is defined in the Telligent.Evolution.Extensibility.Ideation.Api
namespace of Telligent.Evolution.Ideation.dll
Definition
class ChallengeBeforeCreateEventArgs { 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; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AllowMultipleVotes | bool | |||
ApplicationKey | string | |||
ContentId | Guid | |||
ContentTypeId | Guid | |||
CreatedDate | DateTime | |||
GroupId | int | |||
Id | Guid | |||
IsEnabled | bool | |||
IsModerated | bool | |||
LastPostDate | DateTime? | |||
MaximumVotesPerUser | int? | |||
Name | string | |||
RequiresCategory | bool | |||
TotalPosts | int |