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:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static void DeleteExport(
DMToken token,
int ExportID
)
Public Shared Sub DeleteExport (
token As DMToken,
ExportID As Integer
)
public:
static void DeleteExport(
DMToken^ token,
int ExportID
)
static member DeleteExport :
token : DMToken *
ExportID : int -> unit
DMLibrary.DMExports.DeleteExport = function(token, ExportID);
Parameters
- token
- Type: DMToken
Authenticated token - ExportID
- Type: SystemInt32
ID of export context from previous call to CreateExportByList, CreateExportByDate or CreateExportByPK
RemarksIf exports are not deleted when they're no longer needed, newly created exports may perform poorly.
See Also