PollInfoProvider GetPolls Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodStatic memberGetPolls 
Returns the Dataset structure of all polls.
Public methodStatic memberGetPolls(Int32)
Returns the Dataset structure of all polls of the specified site.
Public methodStatic memberGetPolls(String)
Returns the Dataset structure of all polls of the specified site.
Public methodStatic memberGetPolls(String, String)
Returns the Dataset structure of all polls that match specified conditions.
Public methodStatic memberGetPolls(Int32, Int32, String)
Returns the Dataset structure of all polls of the specified site.
Public methodStatic memberGetPolls(String, Int32, String)
Returns the Dataset structure of all polls of the specified site.
Public methodStatic memberGetPolls(String, String, Int32, String)
Returns the Dataset structure of all polls that match specified conditions.
Back to Top
See Also