Click or drag to resize
ExportHistoryInfoProviderGetExportHistoryInfoInternal Method
Returns the ExportHistoryInfo structure for the specified export history.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
protected virtual ExportHistoryInfo GetExportHistoryInfoInternal(
	int exportHistoryId
)

Parameters

exportHistoryId
Type: SystemInt32
Export history ID

Return Value

Type: ExportHistoryInfo
See Also