PollRenderEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class PollRenderEventArgs { Guid ContentId { get; } Guid ContentTypeId { get; } DateTime CreatedDate { get; } string Description { get; } DateTime? ExpiredDate { get; } Guid Id { get; } PollOption[] Options { get; } string Question { get; } string RenderedHtml { get; set; } string RenderedProperty { get; set; } string RenderTarget { get; set; } bool ShowResultsBeforeExpiration { get; } bool ShowResultsBeforeVote { get; } int UserId { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ContentId | Guid | |||
ContentTypeId | Guid | |||
CreatedDate | DateTime | |||
Description | string | |||
ExpiredDate | DateTime? | |||
Id | Guid | |||
Options | PollOption[] | |||
Question | string | |||
RenderedHtml | string | |||
RenderedProperty | string | |||
RenderTarget | string | |||
ShowResultsBeforeExpiration | bool | |||
ShowResultsBeforeVote | bool | |||
UserId | int |