FacetNode method: FacetNode class
Syntax
FacetNode(FacetName, NodeName, Path, DisplayValue, DocCount)
Description
Use this constructor to instantiate a FacetNode object for a specific facet.
Parameters
| Parameter | Description |
|---|---|
|
FacetName |
Specifies the name of the facet as a string and is used to refer to that member of the superclass. |
|
NodeName |
Specifies the name of this facet node as a string. |
|
Path |
Specifies the value of the facet as a string and is used to refer to that member of the superclass. |
|
DisplayValue |
Specifies the display value for this facet node as a string. |
|
DocCount |
Specifies an integer representing the number of documents that would be returned if this facet node were selected as a search filter. |
Returns
A FacetNode object.