Click or drag to resize
PanelRetrieveContentAsXml Method (DictionaryString, String)
Retrieves the content of this panel as a Stream of XML. The panel is evaluated with the arguments supplied to this method.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public Stream RetrieveContentAsXml(
	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: Stream
A Stream of XML containing the contents of this panel
Exceptions
ExceptionCondition
IllegalArgumentExceptionIf arguments contains null, empty or reserved keys
See Also