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
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntax
C#
public List<CMSNotificationGateway> NotificationGateways { get; }

Property Value

Type: ListCMSNotificationGateway
See Also