Click or drag to resize
CMSNotificationGatewayGetNotificationGateway Method (String)
Gets notification gateway assambly according to the specified gateway name.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntax
C#
public static CMSNotificationGateway GetNotificationGateway(
	string gatewayName
)

Parameters

gatewayName
Type: SystemString
Name of the gateway to obtain

Return Value

Type: CMSNotificationGateway
See Also