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