SubpanelAddArguments Method |
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.5.0
Syntax 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