Click or drag to resize

EmailProfileKeepProfiles Method

Deletes all email profiles except of specific ones.

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

Parameters

ids
Type: System.Collections.GenericIEnumerableInt32
A list of profile IDs to keep in the database. All other profiles will be deleted.
See Also