Click or drag to resize
NotificationGatewayInfoProviderGetNotificationGateways Method
Returns a query for all the NotificationGatewayInfo objects.

Namespace: CMS.Notifications.Web.UI
Assembly: CMS.Notifications.Web.UI (in CMS.Notifications.Web.UI.dll) Version: 12.0.0
Syntax
C#
public static ObjectQuery<NotificationGatewayInfo> GetNotificationGateways()

Return Value

Type: ObjectQueryNotificationGatewayInfo
See Also