Click or drag to resize

AlgoliaQuery Constructor (String)

Constructs an AlgoliaQuery object from JSON search parameters

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public AlgoliaQuery(
	string json
)

Parameters

json
Type: SystemString
The JSON string

Return Value

Type: 
The Algolia query object.
See Also