Click or drag to resize
TypeConditionWhereEquals Method (String, Object)
Adds another condition into TypeCondition.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public TypeCondition WhereEquals(
	string conditionColumn,
	Object conditionValue
)

Parameters

conditionColumn
Type: SystemString
Name of the column the value of which can distinguish between the object types
conditionValue
Type: SystemObject
Value of the condition column which determines specified type

Return Value

Type: TypeCondition
Remarks
DefaultColumnValue (The default column value that would be set into info object in case of type condition application) equals to conditionValue.
See Also