Click or drag to resize
PanelContentResultAsCorrections Method
Fetches the result as Corrections.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public ResultCorrections ResultAsCorrections()

Return Value

Type: ResultCorrections
the result as Corrections.
Exceptions
ExceptionCondition
ResultTypeExceptionif the result is not of type Corrections.
PanelExceptionif there was an error evaluating the function in the eSales service.
See Also