Click or drag to resize
PollAnswerInfoProvider.GetPollAnswerInfoByGUID Method
Returns object with specified GUID.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 12.0.0
Syntax
C#
public static PollAnswerInfo GetPollAnswerInfoByGUID(
	Guid guid
)

Parameters

guid
Type: System.Guid
Object GUID

Return Value

Type: PollAnswerInfo
See Also