| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| fileName | String | Optional | The File Name or a wildcard File Name (or a blank String) to download multiple files, e.g., '*.xml' or 'Quote_*.xml', '', '*.*'. | |
| maxFiles | Integer | Optional | The Maximum number of Files to download if fileName contains wildards. If omitted, a value of 50 is assumed. | |
| filesDownloaded | ISList | Optional | ByRef | A list of downloaded files. If omitted, a value of Nothing is assumed. |
A Boolean value indicating success.