Retrieves the content of this panel from the eSales service. The panel is evaluated with
the arguments supplied to this method.
You may use an ArgMap or a standard Dictionary to pass the arguments.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public PanelContent RetrieveContent( Dictionary<string, string> arguments )
Parameters
- arguments
- Type: System.Collections.Generic.Dictionary<String, String>
A dictionary of arguments, where key is the parameter name and value is the argument value. Arguments having null values are ignored.
Return Value
Type: PanelContentA PanelContent object holding the content of the panel
Exceptions
Exception | Condition |
---|---|
IllegalArgumentException | If arguments contains null, empty or reserved keys |
See Also