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

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

Parameters

eventAttendeeId
Type: SystemInt32
EventAttendee id
See Also