Differences
This shows you the differences between the selected revisions of the page.
2012-03-21 | 2012-03-26 | ||
try catch finally in jscript (martin) | vb.net signature (martin) | ||
Line 5: | Line 5: | ||
===== Syntax ===== | ===== Syntax ===== | ||
- | <code csharp> | + | <code csharp *> |
public TransferOperationResult GetFiles( | public TransferOperationResult GetFiles( | ||
string remotePath, | string remotePath, | ||
Line 12: | Line 12: | ||
TransferOptions options = null | TransferOptions options = null | ||
) | ) | ||
+ | </code> | ||
+ | |||
+ | <code vbnet *> | ||
+ | Public Function GetFiles( _ | ||
+ | ByVal remotePath As String, _ | ||
+ | ByVal localPath As String, _ | ||
+ | ByVal Optional remove As Boolean = False, _ | ||
+ | ByVal Optional options As TransferOptions = new TransferOptions() _ | ||
+ | ) As TransferOperationResult | ||
</code> | </code> | ||