Click or drag to resize
PollInfoProviderGetPolls Method (String)
Returns the Dataset structure of all polls of the specified site.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<PollInfo> GetPolls(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: InfoDataSetPollInfo
See Also