Click or drag to resize
QueryValueExpression Constructor (Object, String, Boolean)
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public QueryValueExpression(
	Object value,
	string name = null,
	bool expand = false
)

Parameters

value
Type: SystemObject
Value
name (Optional)
Type: SystemString
Value name
expand (Optional)
Type: SystemBoolean
If true, expands the value to a constant
See Also