Click or drag to resize
ExportHistoryInfoProviderGetExportHistoryInfo Method

Note: This API is now obsolete.

Returns the ExportHistoryInfo structure for the specified export history.

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

Parameters

exportHistoryId
Type: SystemInt32
Export history ID

Return Value

Type: ExportHistoryInfo
See Also