POLL Functions
Below is a listing of all the functions.
|
CheckVoteStatus This function determines if a user has already voted on a poll.
Return Type: String
Examples
CreatePoll This function creates a poll in FuseTalk.
Return Type: Integer
Examples
CreatePollAnswer This function adds an answer to a poll.
Return Type: Integer
Examples
DeletePoll This function deletes a poll.
Return Type: n/a
Examples
DeletePollAnswer This function deletes an answer associated to a poll.
Return Type: n/a
Examples
GetPoll This function gets a poll from the database.
Return Type: Poll
Examples
Related Items
GetPollAnswer This function gets an answer to a poll.
Return Type: PollAnswer
Examples
Related Items
GetPollAnswers This function gets the answers to a poll.
Return Type: PollAnswer()
Examples
Related Items
UpdatePollAnswer This function adds an answer to a poll.
Return Type: n/a
Examples
UpdatePollQuestion This function updates a poll question.
Return Type: n/a
Examples
VotePoll This function allows you to vote on a poll.
Return Type: n/a
Examples
|
Functions
Available
|