Click or drag to resize

QueryServiceLoadFacets Method (String)

Loads facet group

Namespace:  Dynamicweb.Indexing.Querying
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public IFacetGroup LoadFacets(
	string fileName
)

Parameters

fileName
Type: SystemString
Path to query file in file system

Return Value

Type: IFacetGroup
Query facet group

Implements

IQueryServiceLoadFacets(String)
See Also