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

Namespace: CMS.EventManager
Assembly: CMS.EventManager (in CMS.EventManager.dll) Version: 9.0.0
Syntax
C#
public static void SetEventAttendeeInfo(
	EventAttendeeInfo eventAttendee
)

Parameters

eventAttendee
Type: CMS.EventManagerEventAttendeeInfo
EventAttendee to set
See Also