Click or drag to resize
PanelContent.ResultAsCompletions Method
Fetches the result as Completions.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.0
Syntax
C#
public Result. Completions ResultAsCompletions()

Return Value

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