| 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
)
Public Shared Function ConvertToFacets (
obj As XElement
) As IFacetGroup
Parameters
- obj
- Type: System.Xml.LinqXElement
The element to be converted into facet group
Return Value
Type:
IFacetGroupFacet group instance
See Also