Differences
This shows you the differences between the selected revisions of the page.
| 2020-02-18 | 2020-04-04 | ||
| 5.17 released (martin) | returns TransferEventArgs (martin) | ||
| Line 6: | Line 6: | ||
| ===== Syntax ===== | ===== Syntax ===== | ||
| <code csharp *> | <code csharp *> | ||
| - | public TransferOperationResult GetFileToDirectory( | + | public TransferEventArgs GetFileToDirectory( | 
| string remoteFilePath, | string remoteFilePath, | ||
| string localDirectory, | string localDirectory, | ||
| Line 20: | Line 20: | ||
| Optional remove As Boolean = False, | Optional remove As Boolean = False, | ||
| Optional options As TransferOptions = Nothing | Optional options As TransferOptions = Nothing | ||
| - | ) As TransferOperationResult | + | ) As TransferEventArgs | 
| </code> | </code> | ||
| Line 31: | Line 31: | ||
| ==== Return Value ==== | ==== Return Value ==== | ||
| - | ''[[library_transferoperationresult|TransferOperationResult]]''. | + | ''[[library_transfereventargs|TransferEventArgs]]''. | 
| ===== Exceptions ===== | ===== Exceptions ===== | ||