Click or drag to resize
EventAttendeeInfoProviderDeleteEventAttendeeInfoInternal Method
Deletes specified eventAttendee.

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

Parameters

eventAttendeeObj
Type: CMS.EventManagerEventAttendeeInfo
EventAttendee object
See Also