Differences
This shows you the differences between the selected revisions of the page.
2016-04-29 | 2016-05-13 | ||
error: prefix (martin) | VB.NET uses Nothing not Null (martin) | ||
Line 20: | Line 20: | ||
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 = Null _ | + | ByVal Optional options As TransferOptions = Nothing _ |
) As TransferOperationResult | ) As TransferOperationResult | ||
</code> | </code> |