This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns the total number of votes for the current poll

Namespace: Smartsite.WebToolkit
Assembly:  Smartsite.WebToolkit (in Smartsite.WebToolkit.dll)

Syntax

C#Copy imageCopy Code
[(Name = "TotalVotes", ValidFrom = .BeginFormatData)]
public int getTotalVotes()
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "TotalVotes", ValidFrom := .BeginFormatData)> _
Public Function getTotalVotes As Integer

Return Value

The total number of votes for the current poll

See Also

Advanced