Click or drag to resize
PollInfoProviderGetPolls Method (Int32)
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(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: InfoDataSetPollInfo
See Also