PollInfoProviderHasVoted Method |
Returns true is user already voted for this poll (use cookie).
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 8.2.23
Syntax public static bool HasVoted(
int pollId
)
Parameters
- pollId
- Type: SystemInt32
Poll ID
Return Value
Type:
BooleanSee Also