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