Click or drag to resize

QueryHelperConvertToQuery Method (JObject)

Converts json object into query

Namespace:  Dynamicweb.Indexing.Querying
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static IQuery ConvertToQuery(
	JObject obj
)

Parameters

obj
Type: JObject
The object to be converted into query

Return Value

Type: IQuery
Query instance
See Also