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: 3.47.3
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: StreamA Stream of XML containing the contents of this panel
Exceptions
Exception | Condition |
---|---|
IllegalArgumentException | If arguments contains null, empty or reserved keys |
See Also