Path property: FacetFilter class

Description

Use this property to set or return the value for facet as a path string.

This property is read/write.

Example

The Path property is implicitly set to the value of the Path parameter supplied in the constructor for the FacetFilter class. In this example, the Path property is set to USA/CA:

&facetFilter = create PT_SEARCH:FacetFilter("LOCATION","USA/CA")

However, the Path property can also be explicitly set as in the following example:

&facetFilter.Path = "USA/CO/Denver";