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

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(
	int gatewayId
)

Parameters

gatewayId
Type: SystemInt32
ID of the gateway to obtain

Return Value

Type: CMSNotificationGateway
See Also