PollInfoProviderGetPollInternal Method (String, Int32, Int32) |
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.2.23
Syntax protected PollInfo GetPollInternal(
string pollCodeName,
int siteId,
int groupId
)
Parameters
- pollCodeName
- Type: SystemString
Poll code name (leading period denotes global poll) - siteId
- Type: SystemInt32
Site ID - groupId
- Type: SystemInt32
Group ID
Return Value
Type:
PollInfoSee Also