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

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

Parameters

notificationTemplateText
Type: CMS.Notifications.Web.UINotificationTemplateTextInfo
Notification template text to set
See Also