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

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 11.0.0
Syntax
C#
public static PollInfo GetPollInfoByGUID(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Object GUID

Return Value

Type: PollInfo
See Also