Click or drag to resize
NotificationGatewayInfoProviderDeleteNotificationGatewayInternal Method
Deletes specified notificationGateway.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.0.0
Syntax
C#
protected void DeleteNotificationGatewayInternal(
	NotificationGatewayInfo infoObj
)

Parameters

infoObj
Type: CMS.NotificationsNotificationGatewayInfo
NotificationGateway object
See Also