SubpanelAddArguments Method A Sandcastle Documented Class Library

Appends a dictionary of arguments to the arguments of this subpanel. Any prior arguments with the same name will be overriden.

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

C#
public Subpanel AddArguments(
	Dictionary<string, string> arguments
)

Parameters

arguments
Type: System.Collections.GenericDictionaryString, String
A dictionary of arguments to the subpanel, where key is the parameter name, and value is the argument value.

Return Value

Type: Subpanel
See Also

Reference