Click or drag to resize
ExportHistoryInfoProviderGetExportHistoriesInternal Method (String, String, String, Int32, Int32, Int32, 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,
	int topN,
	int offset,
	int maxRecords,
	ref int totalRecords
)

Parameters

where
Type: SystemString
WHERE expression
orderBy
Type: SystemString
Sort expression
columns
Type: SystemString
Select only specified columns
topN
Type: SystemInt32
Select only top N rows
offset
Type: SystemInt32
Index of first record to get
maxRecords
Type: SystemInt32
Maximum number of records to get. If maxRecords is zero or less, all records are returned (no paging is used)
totalRecords
Type: SystemInt32
Returns total records

Return Value

Type: DataSet
See Also