PollAnswerInfoProviderMoveAnswerDownInternal Method |
Moves the answer down in order.
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 8.2.23
Syntax protected void MoveAnswerDownInternal(
int pollId,
int answerId
)
Parameters
- pollId
- Type: SystemInt32
Poll ID - answerId
- Type: SystemInt32
Answer ID
See Also