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

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

Parameters

gatewayName
Type: SystemString
Name of the gateway to obtain

Return Value

Type: CMSNotificationGateway
See Also