AddQueryStringArg method: ConnectorInfo collection
Syntax
AddQueryStringArg(Name, Value)
Description
Use the AddQueryStringArg method to add query string arguments to the outbound request. The query string arguments are used by the HTTP connector to step parameters in the URL.
Parameters
| Parameter | Description |
|---|---|
|
Name |
Specify the name of the query string argument as a string. |
|
Value |
Specify the value for the query string argument as a string. |
Returns
A Boolean value: true if the query string argument is added successfully, false otherwise.