Click or drag to resize
NotificationTemplateTextInfoProviderDeleteNotificationTemplateTextInfo Method (NotificationTemplateTextInfo)
Deletes specified notification template text.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntax
C#
public static void DeleteNotificationTemplateTextInfo(
	NotificationTemplateTextInfo infoObj
)

Parameters

infoObj
Type: CMS.NotificationsNotificationTemplateTextInfo
Notification template text object
See Also