| FacetGroupJsonConverterCreate Method |
Creates facet group from json object
Namespace:
Dynamicweb.Indexing.Querying.Faceting
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax protected IFacetGroup Create(
Type objectType,
JObject jObject
)
Protected Function Create (
objectType As Type,
jObject As JObject
) As IFacetGroup
Parameters
- objectType
- Type: SystemType
Type of object - jObject
- Type: JObject
Json object as base for facet group
Return Value
Type:
IFacetGroupFacet group instance
See Also