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