Class FacetGroup
Group of facets.
Inheritance
System.Object
    FacetGroup
  Implements
Namespace: Mediachase.Search.Extensions
Assembly: Mediachase.Search.Extensions.dll
Version: 14.26.0Syntax
public class FacetGroup : Object, ISearchFacetGroupConstructors
FacetGroup(String, String)
Initializes a new instance of the FacetGroup class.
Declaration
public FacetGroup(string fieldName, string name)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | fieldName | Name of the field. | 
| System.String | name | The name. | 
Properties
Facets
Gets the facets.
Declaration
public IList<ISearchFacet> Facets { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IList<ISearchFacet> | The facets. | 
FieldName
Gets the name of the field.
Declaration
public string FieldName { get; }Property Value
| Type | Description | 
|---|---|
| System.String | The name of the field. | 
Name
Gets the name.
Declaration
public string Name { get; }Property Value
| Type | Description | 
|---|---|
| System.String | The name. | 
