Returns the PollInfo structure specified by PollCodeName, SiteID and GroupID.
If siteId is not 0 and no poll is found, tries to find the poll
among global polls.
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- pollCodeName
- Type: System String
Poll code name (leading period denotes global poll)
- siteId
- Type: System Int32
Site ID
- groupId
- Type: System Int32
Group ID
Return Value
Type: PollInfoSee Also