Click or drag to resize
ExportHistoryInfoProviderSetExportHistoryInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified exportHistory.

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

Parameters

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