Click or drag to resize
ExportHistoryInfoProviderDeleteExportHistoryInfo Method (ExportHistoryInfo)

Note: This API is now obsolete.

Deletes specified export history.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IExportHistoryInfoProvider.Delete(ExportHistoryInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ExportHistoryInfo.Provider.")]
public static void DeleteExportHistoryInfo(
	ExportHistoryInfo exportHistoryObj
)

Parameters

exportHistoryObj
Type: CMS.CMSImportExportExportHistoryInfo
Export history info object
See Also