Click or drag to resize
PollInfoProviderGetPollInfo Method (String)

Note: This API is now obsolete.

Returns the PollInfo structure specified by PollCodeName.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 8.2.23
Syntax
C#
[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: PollInfo
See Also