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

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.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