Click or drag to resize
EventAttendeeInfoProviderDeleteEventAttendeeInfo Method (EventAttendeeInfo)
Deletes specified eventAttendee.

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

Parameters

eventAttendeeObj
Type: CMS.EventManagerEventAttendeeInfo
EventAttendee object
See Also