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

Namespace: CMS.EventManager
Assembly: CMS.EventManager (in CMS.EventManager.dll) Version: 9.0.0
Syntax
C#
public static EventAttendeeInfo GetEventAttendeeInfoByGUID(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Object GUID

Return Value

Type: EventAttendeeInfo
See Also