Click or drag to resize

QueryHelperParseQueryParameters Method

Namespace:  Dynamicweb.Indexing.Querying
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static Dictionary<string, Object> ParseQueryParameters(
	IQuery query,
	string indexQueryConditions,
	NameValueCollection requestValues
)

Parameters

query
Type: Dynamicweb.Indexing.QueryingIQuery
indexQueryConditions
Type: SystemString
requestValues
Type: System.Collections.SpecializedNameValueCollection

Return Value

Type: DictionaryString, Object
See Also