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

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
protected virtual WhereCondition GetTasksWhereConditionInternal(
	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