Click or drag to resize
NotificationTemplateInfoProviderDeleteNotificationTemplateInfoInternal Method
Deletes specified notification template.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteNotificationTemplateInfoInternal(
	NotificationTemplateInfo infoObj
)

Parameters

infoObj
Type: CMS.NotificationsNotificationTemplateInfo
Notification template object
See Also