Click or drag to resize
CMSNotificationSubscriptionNotificationGateways Property
Gets the list of the notification gateway providers, which will be loaded according to the GatewayNames.

Namespace: CMS.Notifications.Web.UI
Assembly: CMS.Notifications.Web.UI (in CMS.Notifications.Web.UI.dll) Version: 11.0.0
Syntax
C#
public List<CMSNotificationGateway> NotificationGateways { get; }

Property Value

Type: ListCMSNotificationGateway
See Also