Click or drag to resize
PollAnswerInfoProviderMoveAnswerDown Method
Moves the answer down in order.

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

Parameters

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