Inconsistent Synchronization Mode term

Advertisement

netdev
Joined:
Posts:
1

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?

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum