Click or drag to resize
SubpanelAddArgument Method

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.4.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