Click or drag to resize
NotificationSubscriptionInfoProviderGetNotificationSubscriptions Method
Returns the query for all notification subscriptions.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<NotificationSubscriptionInfo> GetNotificationSubscriptions()

Return Value

Type: ObjectQueryNotificationSubscriptionInfo
See Also