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

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetNotificationTemplateTextInfoInternal(
	NotificationTemplateTextInfo infoObj
)

Parameters

infoObj
Type: CMS.NotificationsNotificationTemplateTextInfo
Notification template to be set
See Also