Fetches the result as Products.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public ResultProducts ResultAsProducts()
Return Value
Type: ResultProductsthe result as Products.
Exceptions
Exception | Condition |
---|---|
ResultTypeException | if the result is not of type Products. |
PanelException | if there was an error evaluating the function in the eSales service. |
See Also