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