Differences
This shows you the differences between the selected revisions of the page.
| 2017-12-05 | 2017-12-05 | ||
| removing unneeded line continuation characters (martin) | removing unneeded byval (martin) | ||
| Line 17: | Line 17: | ||
| <code vbnet *> | <code vbnet *> | ||
| Public Function SynchronizeDirectories( | Public Function SynchronizeDirectories( | ||
| - | ByVal mode As SynchronizationMode, | + | mode As SynchronizationMode, |
| - | ByVal localPath As String, | + | localPath As String, |
| - | ByVal remotePath As String, | + | remotePath As String, |
| - | ByVal removeFiles As Boolean, | + | removeFiles As Boolean, |
| - | ByVal Optional mirror As Boolean = False, | + | Optional mirror As Boolean = False, |
| - | ByVal Optional criteria As SynchronizationCriteria = 1, | + | Optional criteria As SynchronizationCriteria = 1, |
| - | ByVal Optional options As TransferOptions = Nothing | + | Optional options As TransferOptions = Nothing |
| ) As SynchronizationResult | ) As SynchronizationResult | ||
| </code> | </code> | ||