Click or drag to resize
ExportHistoryInfoProviderGetExportHistoriesInternal Method (String, String, String, Int32)
Returns the export histories.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.2.23
Syntax
C#
protected virtual DataSet GetExportHistoriesInternal(
	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