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

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.0.0
Syntax
C#
protected virtual NotificationSubscriptionInfo GetNotificationSubscriptionInfoInternal(
	int notificationSubscriptionId
)

Parameters

notificationSubscriptionId
Type: SystemInt32
Notification subscription ID

Return Value

Type: NotificationSubscriptionInfo
See Also