Click or drag to resize
PanelContentResult Method
Returns the result of this panel. If this panel is not a function panel, then returns null.

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

Return Value

Type: Result
the result of a function panel.
Exceptions
ExceptionCondition
PanelExceptionif there was an error evaluating the function in the eSales service.
See Also