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

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

Parameters

notificationTemplate
Type: CMS.Notifications.Web.UINotificationTemplateInfo
Notification template to set
See Also