Click or drag to resize
EventAttendeeInfoProviderSetEventAttendeeInfoInternal Method
Sets (updates or inserts) specified eventAttendee.

Namespace: CMS.EventManager
Assembly: CMS.EventManager (in CMS.EventManager.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetEventAttendeeInfoInternal(
	EventAttendeeInfo eventAttendee
)

Parameters

eventAttendee
Type: CMS.EventManagerEventAttendeeInfo
EventAttendee to set
See Also