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

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

Parameters

notificationSubscriptionId
Type: SystemInt32
Notification subscription ID

Return Value

Type: NotificationSubscriptionInfo
See Also