Click or drag to resize
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
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public Stream RetrieveContentAsXml(
	Dictionary<string, string> dynamicPageArguments
)

Parameters

dynamicPageArguments
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
An InputStream object holding the xml content of the dynamic page.
Exceptions
ExceptionCondition
IOExceptionIf there is an error communicating with the eSales service
IllegalArgumentExceptionIf arguments contains null, empty or reserved keys
MissingSubpanelExceptionIf the dynamic page does not have any subpanels
See Also