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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public TypeCondition WhereIsNotNull(
	string conditionColumn,
	Object defaultColumnValue
)

Parameters

conditionColumn
Type: SystemString
Name of the column the value of which can distinguish between the object types
defaultColumnValue
Type: SystemObject
The default column value that would be set into info object in case of type condition application.

Return Value

Type: TypeCondition
See Also