Click or drag to resize
NotificationGatewayInfoProviderGetGateways Method (String, String)
Returns DataSet with all gateways according to WHERE condition.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<NotificationGatewayInfo> GetGateways(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
WHERE condition
orderBy
Type: SystemString
ORDER BY

Return Value

Type: InfoDataSetNotificationGatewayInfo
See Also