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

Namespace: CMS.Notifications.Web.UI
Assembly: CMS.Notifications.Web.UI (in CMS.Notifications.Web.UI.dll) Version: 12.0.0
Syntax
C#
protected override void DeleteInfo(
	NotificationGatewayInfo info
)

Parameters

info
Type: CMS.Notifications.Web.UINotificationGatewayInfo
Object to delete
See Also