Click or drag to resize

EmailNotificationDeleteNotificationsByProfiles Method

Deletes all email notifications that use specific profiles.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static void DeleteNotificationsByProfiles(
	IEnumerable<int> ids
)

Parameters

ids
Type: System.Collections.GenericIEnumerableInt32
A list of profile IDs.
See Also