| 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
Syntaxpublic 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
See Also