| EmailNotificationDeleteNotifications Method (IEnumerableInt32) |
Deletes specific email notifications.
Namespace:
Dynamicweb.Analytics.Notifications
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static void DeleteNotifications(
IEnumerable<int> ids
)
Public Shared Sub DeleteNotifications (
ids As IEnumerable(Of Integer)
)
Parameters
- ids
- Type: System.Collections.GenericIEnumerableInt32
A list of notification IDs to delete.
See Also