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

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntax
C#
public static void SetNotificationGatewayInfo(
	NotificationGatewayInfo notificationGateway
)

Parameters

notificationGateway
Type: CMS.NotificationsNotificationGatewayInfo
NotificationGateway to set
See Also