Click or drag to resize
NotificationGatewayInfoProviderDeleteNotificationGatewayInfo Method (NotificationGatewayInfo)
Deletes specified notificationGateway.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.0.0
Syntax
C#
public static void DeleteNotificationGatewayInfo(
	NotificationGatewayInfo infoObj
)

Parameters

infoObj
Type: CMS.NotificationsNotificationGatewayInfo
NotificationGateway object
See Also