Click or drag to resize

FacetGroupHelperConvertToXml Method

Converts facet group into xml element

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

Parameters

facets
Type: Dynamicweb.Indexing.Querying.FacetingIFacetGroup
The facet group to be converted

Return Value

Type: XElement
Facet group in xml element representation
See Also