| BaseInfoGetExistingWhereCondition Method (Boolean) | 
            Gets a where condition to find an existing object based on current object
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected WhereCondition GetExistingWhereCondition(
	bool applyTypeCondition
)
Parameters
- applyTypeCondition
- Type: SystemBoolean
 If true, type condition is applied to the resulting where condition
Return Value
Type: 
WhereCondition See Also
See Also