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

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntax
C#
public static void SetNotificationTemplateTextInfo(
	NotificationTemplateTextInfo notificationTemplateText
)

Parameters

notificationTemplateText
Type: CMS.NotificationsNotificationTemplateTextInfo
Notification template text to set
See Also