Click or drag to resize
ExportTaskInfoProviderSelectTaskList Method (Int32, String, String, String, Int32, String, Int32, Int32, Int32)
Returns all ExportTaskInfos of specified object types and site.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static DataSet SelectTaskList(
	int siteId,
	string objectTypes,
	string where,
	string orderBy,
	int topN,
	string columns,
	int offset,
	int maxRecords,
	ref int totalRecords
)

Parameters

siteId
Type: SystemInt32
Site ID
objectTypes
Type: SystemString
Object types
where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by columns
topN
Type: SystemInt32
Select only top N rows
columns
Type: SystemString
Select only specified columns
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