Click or drag to resize

QueryServiceLoadFacets Method (String, String)

Loads facet group

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

Parameters

repository
Type: SystemString
Repository name
item
Type: SystemString
Item name

Return Value

Type: IFacetGroup
Query facet group

Implements

IQueryServiceLoadFacets(String, String)
See Also