Click or drag to resize
PollInfoProviderGetPollInternal 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#
protected PollInfo GetPollInternal(
	int pollId
)

Parameters

pollId
Type: SystemInt32
Poll id

Return Value

Type: PollInfo
See Also