SubpanelAddArgument Method A Sandcastle Documented Class Library

Adds an argument to the dictionary of arguments for this subpanel, where key is the parameter name, and value is the argument value.

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

C#
public Subpanel AddArgument(
	string name,
	string value
)

Parameters

name
Type: SystemString
The parameter name.
value
Type: SystemString
The argument value.

Return Value

Type: Subpanel
See Also

Reference