NotificationSubscriptionInfoProviderGetNotificationSubscriptionInfo Method |
Returns the notification subscription info structure for the specified notification subscription.
Namespace: CMS.NotificationsAssembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntaxpublic static NotificationSubscriptionInfo GetNotificationSubscriptionInfo(
int notificationSubscriptionId
)
Parameters
- notificationSubscriptionId
- Type: SystemInt32
Notification subscription ID
Return Value
Type:
NotificationSubscriptionInfo
See Also