Click or drag to resize
EventAttendeeInfoProviderDeleteInfo Method
Deletes the object to the database.

Namespace: CMS.EventManager
Assembly: CMS.EventManager (in CMS.EventManager.dll) Version: 11.0.0
Syntax
C#
protected override void DeleteInfo(
	EventAttendeeInfo info
)

Parameters

info
Type: CMS.EventManagerEventAttendeeInfo
Object to delete
See Also