Differences
This shows you the differences between the selected revisions of the page.
| 2016-12-22 | 2017-12-05 | ||
| property anchors (martin) | removing unneeded line continuation characters (martin) | ||
| Line 15: | Line 15: | ||
| <code vbnet *> | <code vbnet *> | ||
| - | Public Function PutFiles( _ | + | Public Function PutFiles( |
| - | ByVal localPath As String, _ | + | ByVal localPath As String, |
| - | ByVal remotePath As String, _ | + | ByVal remotePath As String, |
| - | ByVal Optional remove As Boolean = False, _ | + | ByVal Optional remove As Boolean = False, |
| - | ByVal Optional options As TransferOptions = Nothing _ | + | ByVal Optional options As TransferOptions = Nothing |
| ) As TransferOperationResult | ) As TransferOperationResult | ||
| </code> | </code> | ||