| 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
)
Function LoadFacets (
repository As String,
item As String
) As IFacetGroup
Parameters
- repository
- Type: SystemString
Repository name - item
- Type: SystemString
Item name
Return Value
Type:
IFacetGroupQuery facet group
See Also