Click or drag to resize
PanelContentResultAsValues Method
Fetches the result as Values.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public ResultValues ResultAsValues()

Return Value

Type: ResultValues
the result as Values.
Exceptions
ExceptionCondition
ResultTypeExceptionif the result is not of type Values.
PanelExceptionif there was an error evaluting the panel..
See Also