Differences

This shows you the differences between the selected revisions of the page.

2017-11-13 2017-12-05
removing unneeded exception type specification (martin) removing unneeded line continuation characters (martin)
Line 16: Line 16:
<code vbnet *> <code vbnet *>
-Public Function SynchronizeDirectories( _ +Public Function SynchronizeDirectories( 
-    ByVal mode As SynchronizationMode, _ +    ByVal mode As SynchronizationMode, 
-    ByVal localPath As String, _ +    ByVal localPath As String, 
-    ByVal remotePath As String, _ +    ByVal remotePath As String, 
-    ByVal removeFiles As Boolean, _ +    ByVal removeFiles As Boolean, 
-    ByVal Optional mirror As Boolean = False, _ +    ByVal Optional mirror As Boolean = False, 
-    ByVal Optional criteria As SynchronizationCriteria = 1, _ +    ByVal Optional criteria As SynchronizationCriteria = 1, 
-    ByVal Optional options As TransferOptions = Nothing _+    ByVal Optional options As TransferOptions = Nothing
) As SynchronizationResult ) As SynchronizationResult
</code> </code>

Last modified: by martin