| 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
Syntaxpublic static bool HasVoted(
	int pollId
)
Parameters
- pollId
 - Type: SystemInt32
Poll ID 
Return Value
Type: 
Boolean
See Also