PollInfoProvider GetPollInfo Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodStatic memberGetPollInfo(Int32)
Returns the PollInfo structure for the specified poll.
Public methodStatic memberGetPollInfo(String)Obsolete.
Returns the PollInfo structure specified by PollCodeName.
Public methodStatic memberGetPollInfo(String, Int32)
Returns the PollInfo structure specified by PollCodeName and SiteID.
Public methodStatic memberGetPollInfo(String, Int32, Int32)
Returns the PollInfo structure specified by PollCodeName, SiteID and GroupID. If siteId is not 0 and no poll is found, tries to find the poll among global polls.
Back to Top
See Also