| PollInfoProviderGetPollInfo Method (String, Int32) | 
            Returns the PollInfo structure specified by PollCodeName and SiteID.
            
 
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 11.0.0
Syntaxpublic 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