Click or drag to resize
NotificationTemplateInfoProviderSetNotificationTemplateInfo Method
Sets (updates or inserts) specified notification template.

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

Parameters

notificationTemplate
Type: CMS.NotificationsNotificationTemplateInfo
Notification template to set
See Also