PollInfoProvider.GetPollInfoByGUID Method |
Returns object with specified GUID.
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntaxpublic static PollInfo GetPollInfoByGUID(
Guid guid
)
Parameters
- guid
- Type: System.Guid
Object GUID
Return Value
Type:
PollInfo
See Also