| 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
)
Public Shared Function ConvertToJson (
query As IQuery
) As JObject
Parameters
- query
- Type: Dynamicweb.Indexing.QueryingIQuery
The query to be converted
Return Value
Type:
JObjectQuery in json object representation
See Also