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

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetNotificationTemplateInfoInternal(
	NotificationTemplateInfo notificationTemplate
)

Parameters

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