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