Retrieves the content of this dynamic page from the eSales service.
Same as calling RetrieveContent(DictionaryString, String) with an empty Dictionary.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public PanelContent RetrieveContent()
Return Value
Type: PanelContentA PanelContent object holding the content
Exceptions
Exception | Condition |
---|---|
IOException | If there is an error communicating with the eSales service |
IllegalArgumentException | If there are parse errors |
MissingSubpanelException | If the dynamic page does not have any subpanels |
See Also