Click or drag to resize
NotificationTemplateInfoProviderSetNotificationTemplateInfoInternal 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#
protected virtual void SetNotificationTemplateInfoInternal(
	NotificationTemplateInfo notificationTemplate
)

Parameters

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