Click or drag to resize
PollInfoProviderGetPollSites Method (Int32)
Gets the DataSet of sites where the poll is assigned.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<SiteInfo> GetPollSites(
	int pollId
)

Parameters

pollId
Type: SystemInt32
Poll ID

Return Value

Type: InfoDataSetSiteInfo
See Also