Click or drag to resize
BaseInfoGetExistingWhereCondition Method (Boolean)
Gets a where condition to find an existing object based on current object

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected 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