Click or drag to resize
PanelContentResultAsAds Method
Fetches the result as Ads.

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

Return Value

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