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

Namespace: CMS.Notifications.Web.UI
Assembly: CMS.Notifications.Web.UI (in CMS.Notifications.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static void DeleteNotificationTemplateTextInfo(
	int templateTextId
)

Parameters

templateTextId
Type: SystemInt32
Template text ID
See Also