Interface ISearchFacetGroup
Represents the group of search facets.
Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 13.30.0Syntax
public interface ISearchFacetGroup
Properties
Facets
Gets the facets.
Declaration
IList<ISearchFacet> Facets { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ISearchFacet> | The facets. |
FieldName
Gets the name of the field.
Declaration
string FieldName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the field. |
Name
Gets the name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |