PanelContentResult Method A Sandcastle Documented Class Library
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.3.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

Reference