Click or drag to resize
ExportTaskInfoProviderSelectTaskList Method (Int32, String, String, String, Int32, String)
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 = -1,
	string columns = null
)

Parameters

siteId
Type: SystemInt32
Site ID
objectTypes
Type: SystemString
Object types
where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by columns
topN (Optional)
Type: SystemInt32
Select only top N rows
columns (Optional)
Type: SystemString
Select only specified columns

Return Value

Type: DataSet
See Also