DynamicPageRetrieveContentAsXml Method |
Retrieves the content of this dynamic page from the eSales service as an InputStream. The arguments supplied to this method may be overriden by the arguments sent to the subpanels, or by the arguments already defined in the public panels referred to by the subpanels.
You may use an ArgMap or a standard Dictionary to pass the arguments.
Namespace: Apptus.ESales.Connector
public Stream RetrieveContentAsXml( Dictionary<string, string> dynamicPageArguments )
Exception | Condition |
---|---|
IOException | If there is an error communicating with the eSales service |
IllegalArgumentException | If arguments contains null, empty or reserved keys |
MissingSubpanelException | If the dynamic page does not have any subpanels |