BBjspCommandConfig::addParameter (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.20 and higher, this method adds a new parameter to thie BBjspCommandConfig.
Syntax
|
Return Value |
Method |
|
void |
addParameter(string name, string value) |
Parameters
|
Variable |
Description |
|
name |
the name of the parameter |
|
value |
the value of the parameter |
Return Value
None.
Remarks
None.
Example
|