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

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.0.0
Syntax
C#
public static void DeleteNotificationTemplateInfo(
	int notificationTemplateId
)

Parameters

notificationTemplateId
Type: SystemInt32
Notification template ID
See Also