Click or drag to resize

IQueryServiceLoadFacets Method (String, String)

Loads facet group

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

Parameters

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

Return Value

Type: IFacetGroup
Query facet group
See Also