Click or drag to resize
EventAttendeeInfoProvider.DeleteEventAttendeeInfoInternal Method
Deletes specified eventAttendee.

Namespace: CMS.EventManager
Assembly: CMS.EventManager (in CMS.EventManager.dll) Version: 10.0.0
Syntax
C#
protected virtual void DeleteEventAttendeeInfoInternal(
	EventAttendeeInfo eventAttendeeObj
)

Parameters

eventAttendeeObj
Type: CMS.EventManager.EventAttendeeInfo
EventAttendee object
See Also