Click or drag to resize
PollInfoProviderGetPollInfo Method (String, Int32)
Returns the PollInfo structure specified by PollCodeName and SiteID.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
public static PollInfo GetPollInfo(
	string pollCodeName,
	int siteId
)

Parameters

pollCodeName
Type: SystemString
Poll code name (leading period denotes global poll)
siteId
Type: SystemInt32
Site ID

Return Value

Type: PollInfo
See Also