Click or drag to resize
ExportHistoryInfoProviderGetExportHistoryInfo 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#
public static ExportHistoryInfo GetExportHistoryInfo(
	int exportHistoryId
)

Parameters

exportHistoryId
Type: SystemInt32
Export history ID

Return Value

Type: ExportHistoryInfo
See Also