NotificationTemplateTextInfoProviderDeleteNotificationTemplateTextInfo Method (Int32, Int32) |
Deletes specified notification template text.
Namespace: CMS.NotificationsAssembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntax public static void DeleteNotificationTemplateTextInfo(
int gatewayId,
int templateId
)
Parameters
- gatewayId
- Type: SystemInt32
Gateway ID - templateId
- Type: SystemInt32
Template ID
See Also