API ReferenceSandbox
public sealed struct Sandbox.StreamPoll
Methods
Showing 1 methods
public System.Threading.Tasks.Task`1<Sandbox.StreamPoll> End(bool archive = True)
End this poll, you can optionally archive the poll, otherwise just terminate it
Parameters
archive: Default: True
No results match this filter.
Properties
Showing 14 properties
public int Sandbox.StreamPoll.BitsPerVote { get; set; }
public bool Sandbox.StreamPoll.BitsVotingEnabled { get; set; }
public string Sandbox.StreamPoll.BroadcasterId { get; set; }
public string Sandbox.StreamPoll.BroadcasterLogin { get; set; }
public string Sandbox.StreamPoll.BroadcasterName { get; set; }
public int Sandbox.StreamPoll.ChannelPointsPerVote { get; set; }
public bool Sandbox.StreamPoll.ChannelPointsVotingEnabled { get; set; }
public Sandbox.StreamPoll.Choice[] Sandbox.StreamPoll.Choices { get; set; }
public int Sandbox.StreamPoll.Duration { get; set; }
public System.DateTimeOffset Sandbox.StreamPoll.EndedAt { get; set; }
public string Sandbox.StreamPoll.Id { get; set; }
public System.DateTimeOffset Sandbox.StreamPoll.StartedAt { get; set; }
public string Sandbox.StreamPoll.Status { get; set; }
public string Sandbox.StreamPoll.Title { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.StreamPoll |