Click or drag to resize

QueryServiceSaveFacets Method (String, IFacetGroup)

Saves facet group

Namespace:  Dynamicweb.Indexing.Querying
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public void SaveFacets(
	string fileName,
	IFacetGroup facets
)

Parameters

fileName
Type: SystemString
Path to query file in file system
facets
Type: Dynamicweb.Indexing.Querying.FacetingIFacetGroup
The facet group

Implements

IQueryServiceSaveFacets(String, IFacetGroup)
See Also