Click or drag to resize
ExportTaskInfoProviderGetTasksWhereCondition Method
Returns the tasks where condition.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static WhereCondition GetTasksWhereCondition(
	int siteId,
	string objectTypes,
	WhereCondition where
)

Parameters

siteId
Type: SystemInt32
Site ID
objectTypes
Type: SystemString
Object types
where
Type: CMS.DataEngineWhereCondition
Where condition

Return Value

Type: WhereCondition
See Also