Click or drag to resize
PollSiteInfoProviderGetPollSiteInfo Method
Returns the PollSiteInfo structure for the specified pollSite.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
public static PollSiteInfo GetPollSiteInfo(
	int pollId,
	int siteId
)

Parameters

pollId
Type: SystemInt32
PollID
siteId
Type: SystemInt32
SiteID

Return Value

Type: PollSiteInfo
See Also