Fetches the result as FacetRange.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax
C#
public ResultFacetRange ResultAsFacetRange()
Return Value
Type: ResultFacetRangethe result as FacetRange.
Exceptions
| Exception | Condition |
|---|---|
| ResultTypeException | if the result is not of type FacetRange. |
| PanelException | if there was an error evaluting the panel.. |
See Also