Click or drag to resize

QueryHelperConvertToJson Method

Converts query into json object

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

Parameters

query
Type: Dynamicweb.Indexing.QueryingIQuery
The query to be converted

Return Value

Type: JObject
Query in json object representation
See Also