Click or drag to resize
ExportTaskInfoProvider.GetTasksWhereConditionInternal 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: System.Int32
Site ID
objectTypes
Type: System.String
Object types
where
Type: CMS.DataEngine.WhereCondition
Where condition

Return Value

Type: WhereCondition
See Also