Click or drag to resize
NotificationTemplateTextInfoProviderSetInfo Method
Inserts or Updates the object to the database.

Namespace: CMS.Notifications.Web.UI
Assembly: CMS.Notifications.Web.UI (in CMS.Notifications.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected override void SetInfo(
	NotificationTemplateTextInfo info
)

Parameters

info
Type: CMS.Notifications.Web.UINotificationTemplateTextInfo
Object to insert / update
See Also