Click or drag to resize
PollInfoProviderSetVoted Method
Sets the flag that user voted for the poll (use cookie like in the method above).

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
public static void SetVoted(
	int pollId
)

Parameters

pollId
Type: SystemInt32
Poll ID
See Also