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: 3.47.3
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: StringThe result as an XML document.
See Also