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: 3.47.3
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: SubpanelSee Also