Click or drag to resize
TypeCondition Constructor (String, Object)

Note: This API is now obsolete.

Initializes a new instance of the TypeCondition class.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use empty constructor and Where* methods instead.")]
public TypeCondition(
	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
See Also