Differences
This shows you the differences between the selected revisions of the page.
2012-03-27 | 2012-03-27 | ||
powershell example (martin) | default not options is null (martin) | ||
Line 19: | Line 19: | ||
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 = new TransferOptions() _ | + | ByVal Optional options As TransferOptions = Null _ |
) As TransferOperationResult | ) As TransferOperationResult | ||
</code> | </code> |