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: 8.2.23
Syntax protected WhereCondition GetExistingWhereCondition(
bool applyTypeCondition
)
Parameters
- applyTypeCondition
- Type: SystemBoolean
If true, type condition is applied to the resulting where condition
Return Value
Type:
WhereConditionSee Also