Click or drag to resize
NotificationTemplateTextInfoProviderDeleteNotificationTemplateTextInfoInternal Method
Deletes specified notification template text info.

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

Parameters

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