Click or drag to resize
NotificationSubscriptionInfoProviderDeleteNotificationSubscriptionInfo Method (Int32)
Deletes specified notification subscription.

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

Parameters

notificationSubscriptionId
Type: SystemInt32
Notification subscription ID
See Also