OnPremConnectorTestPanel Method A Sandcastle Documented Class Library
Executes a panel from the specified panel definition. If a role is specified, then only the part of the panel specified by the role is executed. The arguments is always applied to the entire named panel.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax

C#
public string TestPanel(
	string panelXml,
	string panel,
	string role,
	Dictionary<string, string> arguments
)

Parameters

panelXml
Type: SystemString
The panel definition, as an XML document
panel
Type: SystemString
The panel to execute
role
Type: SystemString
The part of the panel the return results from
arguments
Type: System.Collections.GenericDictionaryString, String
The arguments of the panel

Return Value

Type: String
The result as an XML document.
See Also

Reference