Vote object

A choice made by a user in response to a question posed in a Poll Page or a Poll. Votes are stored in Ballots. Because you can specify whether or not voters are allowed to select more than one choice, or write in their own, each choice selected by a voter is represented as a separate Vote object. For example, if a user votes for two of six choices, there would be two Vote objects for that user in that particular poll.

Usage

Use Vote objects to perform such tasks as determining if a vote is a write-in vote.

Home

Implements

IERUVote


See also

Ballot object