| ImportExportHelperGetDocumentsDataWhereCondition Method  | 
            Gets where condition for specified object type based on documents. Uses the given condition object to build the where condition.
            
 
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntaxpublic static WhereCondition GetDocumentsDataWhereCondition(
	string objectType,
	DataSet ds,
	string parentIdColumn,
	string sourceColumn
)
Parameters
- objectType
 - Type: SystemString
Type of the object - ds
 - Type: System.DataDataSet
DataSet with documents - parentIdColumn
 - Type: SystemString
Name of the column with ID value - sourceColumn
 - Type: SystemString
Name of the source column with ID value 
Return Value
Type: 
WhereCondition
See Also