Click or drag to resize
ExportHistoryInfoProviderGetExportHistories Method (String, String, String, Int32, Int32, Int32, 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,
	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