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