| 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
)
Public Shared Function ConvertToXml (
facets As IFacetGroup
) As XElement
Parameters
- facets
- Type: Dynamicweb.Indexing.Querying.FacetingIFacetGroup
The facet group to be converted
Return Value
Type:
XElementFacet group in xml element representation
See Also