Click or drag to resize
NotificationTemplateInfoProviderDeleteNotificationTemplateInfo Method (NotificationTemplateInfo)
Deletes specified notification template.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntax
C#
public static void DeleteNotificationTemplateInfo(
	NotificationTemplateInfo infoObj
)

Parameters

infoObj
Type: CMS.NotificationsNotificationTemplateInfo
Notification template object
See Also