Click or drag to resize
NotificationTemplateTextInfoProviderDeleteNotificationTemplateTextInfo Method (Int32, Int32)
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(
	int gatewayId,
	int templateId
)

Parameters

gatewayId
Type: SystemInt32
Gateway ID
templateId
Type: SystemInt32
Template ID
See Also