Poll
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class Poll { string ContentUrl { get; set; } DateTime CreatedDate { get; set; } string Description { get; set; } DateTime? ExpiredDate { get; set; } Guid Id { get; set; } List<PollOption> Options { get; } string Question { get; set; } string RenderedDescription { get; } bool ShowResultsBeforeExpiration { get; set; } bool ShowResultsBeforeVote { get; set; } int UserId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ContentUrl | string | |||
CreatedDate | DateTime | |||
Description | string | |||
ExpiredDate | DateTime? | |||
Id | Guid | |||
Options | List<PollOption> | |||
Question | string | |||
RenderedDescription | string | |||
ShowResultsBeforeExpiration | bool | |||
ShowResultsBeforeVote | bool | |||
UserId | int |