Click or drag to resize
NotificationSubscriptionInfoProviderGetNotificationSubscriptionInfo Method
Returns the notification subscription info structure for the specified notification subscription.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntax
C#
public static NotificationSubscriptionInfo GetNotificationSubscriptionInfo(
	int notificationSubscriptionId
)

Parameters

notificationSubscriptionId
Type: SystemInt32
Notification subscription ID

Return Value

Type: NotificationSubscriptionInfo
See Also