Click or drag to resize

FacetGroupHelperConvertToFacets Method (XElement)

Converts xml element into facet group

Namespace:  Dynamicweb.Indexing.Querying.Faceting
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static IFacetGroup ConvertToFacets(
	XElement obj
)

Parameters

obj
Type: System.Xml.LinqXElement
The element to be converted into facet group

Return Value

Type: IFacetGroup
Facet group instance
See Also