DeleteQueryStringArg method: ConnectorInfo collection
Syntax
DeleteQueryStringArg(Name)
Description
Use the DeleteQueryStringArg method to delete a specific query string argument.
Use the ClearQueryStringArg method to delete all of the query string arguments.
Parameters
| Parameter | Description |
|---|---|
|
Name |
Specify the name of the query string argument that you want to delete. |
Returns
A Boolean value: true if the query string argument is deleted successfully, false otherwise.
Related Topics