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