Click or drag to resize
NotificationGatewayInfoProviderDeleteNotificationGatewayInternal Method
Deletes specified notificationGateway.

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

Parameters

infoObj
Type: CMS.Notifications.Web.UINotificationGatewayInfo
NotificationGateway object
See Also