| EmailNotificationKeepNotificationsByProfiles Method |
Deletes all email notifications that use none of the specific profiles.
Namespace:
Dynamicweb.Analytics.Notifications
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static void KeepNotificationsByProfiles(
IEnumerable<int> ids
)
Public Shared Sub KeepNotificationsByProfiles (
ids As IEnumerable(Of Integer)
)
Parameters
- ids
- Type: System.Collections.GenericIEnumerableInt32
A list of profile IDs.
See Also