PollAnswerInfoProviderGetLastAnswerOrder Method |
Gets number which will be the highest AnswerOrder number of the specified Poll or 0.
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 8.2.23
Syntax public static int GetLastAnswerOrder(
int pollId
)
Parameters
- pollId
- Type: SystemInt32
Poll ID
Return Value
Type:
Int32See Also