DMExportsDeleteExport Method (String, Int32)

Alterian Email Manager 6.2.3 SDK Help File
Deletes the specified export context freeing up space and reducing the size of the export table.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static void DeleteExport(
	string connectionString,
	int exportID
)

Parameters

connectionString
Type: SystemString
Client database connection string
exportID
Type: SystemInt32
ID of export context from previous call to CreateExportByList, CreateExportByDate or CreateExportByPK
Remarks
If exports are not deleted when they're no longer needed, newly created exports may perform poorly.
See Also