Click or drag to resize
PollInfoProviderGetPolls Method
Returns all existing polls.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 11.0.0
Syntax
C#
public static ObjectQuery<PollInfo> GetPolls()

Return Value

Type: ObjectQueryPollInfo
See Also