Click or drag to resize
PollInfoProviderHasVoted Method
Returns true is user already voted for this poll (use cookie).

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

Parameters

pollId
Type: SystemInt32
Poll ID

Return Value

Type: Boolean
See Also