| EmailNotificationKeepNotifications Method |
Deletes all email notifications except of specific ones.
Namespace:
Dynamicweb.Analytics.Notifications
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static void KeepNotifications(
IEnumerable<int> ids
)
Public Shared Sub KeepNotifications (
ids As IEnumerable(Of Integer)
)
Parameters
- ids
- Type: System.Collections.GenericIEnumerableInt32
A list of notification IDs to keep in the database. All other notifications will be deleted.
See Also