Click or drag to resize
CMSNotificationSubscription.Subscriptions Property
Array of SubscriptionInfos (used when multple subscriptions should be created).

Namespace: CMS.Notifications.Web.UI
Assembly: CMS.Notifications.Web.UI (in CMS.Notifications.Web.UI.dll) Version: 12.0.0
Syntax
C#
public NotificationSubscriptionInfo[] Subscriptions { get; set; }

Property Value

Type:NotificationSubscriptionInfo[]
See Also