Click or drag to resize
PanelRetrieveContent Method (DictionaryString, String)
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: 4.4.1
Syntax
C#
public PanelContent RetrieveContent(
	Dictionary<string, string> arguments
)

Parameters

arguments
Type: System.Collections.GenericDictionaryString, 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: PanelContent
A PanelContent object holding the content of the panel
Exceptions
ExceptionCondition
IllegalArgumentExceptionIf arguments contains null, empty or reserved keys
See Also