Retrieves a list of all polls on the system.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
EntityCollection<PollEntity> GetAllPolls()
Visual Basic
Function GetAllPolls As EntityCollection(Of PollEntity)
Visual C++
EntityCollection<PollEntity^>^ GetAllPolls()
F#
abstract GetAllPolls : unit -> EntityCollection<PollEntity> 

Return Value

Type: EntityCollection<(Of <(<'PollEntity>)>)>
EntityCollection containing all poll entities for the current application id

See Also