PollInfoProviderGetPollInfo Method (String) |
Note: This API is now obsolete.
Returns the PollInfo structure specified by PollCodeName.
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 8.2.23
Syntax [ObsoleteAttribute("Use GetPollInfo(pollCodeName, siteId) instead.")]
public static PollInfo GetPollInfo(
string pollCodeName
)
Parameters
- pollCodeName
- Type: SystemString
Poll code name (leading period denotes global poll)
Return Value
Type:
PollInfoSee Also