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

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

Parameters

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