Create new poll item.

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

Syntax

C#
PollAnswerEntity CreateNewPollAnswer(
	Guid pollId
)
Visual Basic
Function CreateNewPollAnswer ( 
	pollId As Guid
) As PollAnswerEntity
Visual C++
PollAnswerEntity^ CreateNewPollAnswer(
	Guid pollId
)
F#
abstract CreateNewPollAnswer : 
        pollId : Guid -> PollAnswerEntity 

Parameters

pollId
Type: System..::..Guid

Return Value

Type: PollAnswerEntity
New Poll Item

See Also