Click or drag to resize
ExportHistoryInfoProviderDeleteExportHistoryInfo Method (Int32)
Deletes specified export history.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static void DeleteExportHistoryInfo(
	int exportHistoryId
)

Parameters

exportHistoryId
Type: SystemInt32
Export history ID
See Also