Click or drag to resize

FacetGroupHelperConvertToFacets Method (JObject)

Converts json object into facet group

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

Parameters

obj
Type: JObject
The object to be converted into facet group

Return Value

Type: IFacetGroup
Facet group instance
See Also