Click or drag to resize
PollInfoProviderGetPollInfo Method (Int32)
Returns the PollInfo structure for the specified poll.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
public static PollInfo GetPollInfo(
	int pollId
)

Parameters

pollId
Type: SystemInt32
Poll id

Return Value

Type: PollInfo
See Also