Click or drag to resize
TypeCondition Constructor
Creates new instance of ObjectDependency.

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