Click or drag to resize

ExpressionHelperCreateFieldExpression Method

Creates expression based on field source with given value and operator

Namespace:  Dynamicweb.Indexing.Querying.Expressions
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static Expression CreateFieldExpression(
	string fieldName,
	string fieldSystemName,
	Object fieldValue,
	OperatorType operatorType
)

Parameters

fieldName
Type: SystemString
The name of field in the index.
fieldSystemName
Type: SystemString
The system name of field in the index.
fieldValue
Type: SystemObject
The value for expression.
operatorType
Type: Dynamicweb.Indexing.Querying.ExpressionsOperatorType
the .

Return Value

Type: Expression
See Also