PollAnswerInfoProviderMoveAnswerUp Method |
Moves the answer up in order.
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 8.2.23
Syntax public static void MoveAnswerUp(
int pollId,
int answerId
)
Parameters
- pollId
- Type: SystemInt32
Poll ID - answerId
- Type: SystemInt32
Answer ID
See Also