| PollInfoProviderSetVoted Method  | 
            Sets the flag that user voted for the poll (use cookie like in the method above).
            
 
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 8.2.23
Syntaxpublic static void SetVoted(
	int pollId
)
Parameters
- pollId
 - Type: SystemInt32
Poll ID 
See Also