Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Inconsistent Synchronization Mode term

Thanks for your report!
I've fixed the documentation link for now.
netdev

Inconsistent Synchronization Mode term

Hi, I noticed that in the .NET assembly, it is specified a
SynchronizationMode
enumeration with values of
Local, Remote, Both
(source).

The problem is that the corresponding "Synchronization mode" on the GUI admits instead the values "Synchronize files mode", "Both mode", "Mirror files mode".
What in the GUI instead admits the values "Local", "Remote", "Both" is another option, the "Synchronization Direction".

This can be confusing, so much so that in the documentation, the paragraph dedicated to the
SynchronizationMode
parameter of the .NET assembly (link) is linked to the "Synchronization mode" of the GUI (link). But this is wrong! In fact, the allowed values do not match.

Would it be appropriate to make the two worlds coherent (NET and GUI) or at least modify the documentation?