ExportTaskInfoProviderGetTasksWhereConditionInternal Method |
Returns the tasks where condition.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax 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:
WhereConditionSee Also