Click or drag to resize

ExpressionCode Method

Creates an CodeExpression with the specified value.

Namespace:  Dynamicweb.Indexing.Querying.Expressions
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static Expression Code(
	string value
)

Parameters

value
Type: SystemString
The value.

Return Value

Type: Expression
Result expression
See Also