Click or drag to resize
BaseInfo.GetExistingWhereCondition 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: 12.0.0
Syntax
C#
protected WhereCondition GetExistingWhereCondition(
	bool applyTypeCondition
)

Parameters

applyTypeCondition
Type: System.Boolean
If true, type condition is applied to the resulting where condition

Return Value

Type: WhereCondition
See Also