Click or drag to resize
PanelContentResultAsCount Method
Fetches the result as Count.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public ResultCount ResultAsCount()

Return Value

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