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: 8.0.0.0 (8.1.5347.20411)
Parameters
- objectType
- Type: System String
Type of the object
- ds
- Type: System.Data DataSet
DataSet with documents
- parentIdColumn
- Type: System String
Name of the column with ID value
- sourceColumn
- Type: System String
Name of the source column with ID value
Return Value
Type: StringSee Also