Click or drag to resize
NotificationSubscriptionInfoProviderDeleteNotificationSubscriptionInfoInternal Method
Deletes specified notificationSubscription.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteNotificationSubscriptionInfoInternal(
	NotificationSubscriptionInfo infoObj
)

Parameters

infoObj
Type: CMS.NotificationsNotificationSubscriptionInfo
Notification subscription object
See Also