Click or drag to resize
PollAnswerInfoProviderMoveAnswerUpInternal Method
Moves the answer up in order.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
protected void MoveAnswerUpInternal(
	int pollId,
	int answerId
)

Parameters

pollId
Type: SystemInt32
Poll ID
answerId
Type: SystemInt32
Answer ID
See Also