Click or drag to resize
NotificationGatewayInfoProviderSetNotificationGatewayInternal Method
Sets (updates or inserts) specified notificationGateway.

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

Parameters

notificationGateway
Type: CMS.NotificationsNotificationGatewayInfo
NotificationGateway to set
See Also