Click or drag to resize
EventAttendeeInfoProviderGetEventAttendeeInfoByGUIDInternal Method
Returns the EventAttendeeInfo structure for the specified eventAttendee.

Namespace: CMS.EventManager
Assembly: CMS.EventManager (in CMS.EventManager.dll) Version: 9.0.0
Syntax
C#
protected virtual EventAttendeeInfo GetEventAttendeeInfoByGUIDInternal(
	Guid attendeeGuid
)

Parameters

attendeeGuid
Type: SystemGuid
EventAttendee guid

Return Value

Type: EventAttendeeInfo
See Also