| BaseInfoGetChildWhereCondition Method  | 
            Gets the child object where condition.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxprotected virtual string GetChildWhereCondition(
	string where,
	string objectType
)
Parameters
- where
 - Type: SystemString
Original where condition - objectType
 - Type: SystemString
Object type of the child object 
Return Value
Type: 
String
See Also