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

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

Parameters

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