DMExportsDeleteExport Method (DMToken, 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(
	DMToken token,
	int ExportID
)

Parameters

token
Type: DMToken
Authenticated token
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