Click or drag to resize

EmailProfileDeleteProfiles Method (IEnumerableInt32)

Deletes specific email profiles.

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

Parameters

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