Click or drag to resize
ExportHistoryInfoProviderGetExportHistories Method (String, String, String, Int32)

Note: This API is now obsolete.

Returns the export histories.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolote. Use GetExportHistories() instead.")]
public static DataSet GetExportHistories(
	string where,
	string orderBy,
	string columns = null,
	int topN = -1
)

Parameters

where
Type: SystemString
WHERE expression
orderBy
Type: SystemString
Sort expression
columns (Optional)
Type: SystemString
Select only specified columns
topN (Optional)
Type: SystemInt32
Select only top N rows

Return Value

Type: DataSet
See Also