NotificationGatewayInfoProviderGetGateways Method |
Note: This API is now obsolete.
Returns DataSet with all gateways according to WHERE condition.
Namespace: CMS.Notifications.Web.UIAssembly: CMS.Notifications.Web.UI (in CMS.Notifications.Web.UI.dll) Version: 11.0.0
Syntax [ObsoleteAttribute("Use method GetNotificationGateways() instead")]
public static InfoDataSet<NotificationGatewayInfo> GetGateways(
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:
InfoDataSetNotificationGatewayInfoSee Also