Click or drag to resize
NotificationTemplateTextInfoProviderDeleteNotificationTemplateTextInfo Method (NotificationTemplateTextInfo)
Deletes 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 DeleteNotificationTemplateTextInfo(
	NotificationTemplateTextInfo infoObj
)

Parameters

infoObj
Type: CMS.Notifications.Web.UINotificationTemplateTextInfo
Notification template text object
See Also