Click or drag to resize
PollAnswerInfoProviderGetLastAnswerOrder Method
Gets number which will be the highest AnswerOrder number of the specified Poll or 0.

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

Parameters

pollId
Type: SystemInt32
Poll ID

Return Value

Type: Int32
See Also