Click or drag to resize
NotificationGatewayInfoProviderGetGatewaysInternal Method
Returns DataSet with all gateways according to WHERE condition.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntax
C#
protected InfoDataSet<NotificationGatewayInfo> GetGatewaysInternal(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
WHERE condition
orderBy
Type: SystemString
ORDER BY
topN
Type: SystemInt32
Specifies number of returned records
columns
Type: SystemString
Data columns to return

Return Value

Type: InfoDataSetNotificationGatewayInfo
See Also