Differences
This shows you the differences between the selected revisions of the page.
2017-11-13 | 2017-12-05 | ||
removing unneeded exception type specification (martin) | removing unneeded line continuation characters (martin) | ||
Line 16: | Line 16: | ||
<code vbnet *> | <code vbnet *> | ||
- | Public Function GetFiles( _ | + | Public Function GetFiles( |
- | ByVal remotePath As String, _ | + | ByVal remotePath As String, |
- | ByVal localPath As String, _ | + | ByVal localPath 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> |