Click or drag to resize
NotificationSubscriptionInfoProviderSetNotificationSubscriptionInfoInternal Method
Sets (updates or inserts) 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 void SetNotificationSubscriptionInfoInternal(
	NotificationSubscriptionInfo notificationSubscription
)

Parameters

notificationSubscription
Type: CMS.Notifications.Web.UINotificationSubscriptionInfo
Notification subscription to set
See Also