Click or drag to resize
NotificationTemplateTextInfoProviderSetNotificationTemplateTextInfoInternal 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: 10.0.0
Syntax
C#
protected virtual void SetNotificationTemplateTextInfoInternal(
	NotificationTemplateTextInfo infoObj
)

Parameters

infoObj
Type: CMS.Notifications.Web.UINotificationTemplateTextInfo
Notification template to be set
See Also