Click or drag to resize
ExportHistoryInfoProviderDeleteExportHistoryInfo Method (Int32)

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(
	int exportHistoryId
)

Parameters

exportHistoryId
Type: SystemInt32
Export history ID
See Also