Click or drag to resize
NotificationGatewayInfoProvider.GetNotificationGatewayInternal Method (String)
Returns the NotificationGatewayInfo structure for the specified notificationGateway.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.0.0
Syntax
C#
protected NotificationGatewayInfo GetNotificationGatewayInternal(
	string gatewayName
)

Parameters

gatewayName
Type: System.String
Gateway codename

Return Value

Type: NotificationGatewayInfo
See Also