Click or drag to resize

QueryHelperConvertToQuery Method (XElement)

Converts xml object into query

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

Parameters

obj
Type: System.Xml.LinqXElement
The object to be converted into query

Return Value

Type: IQuery
Query instance
See Also