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: 12.0.0
Syntax public 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:
WhereConditionSee Also