WatchFolderMode Enumeration
Mode which tells how watch folder functionality works
|
Name
|
Value |
Description
|
|
Dynamic
|
2
|
This will update the file if it already exists and has been changed, will not delete from watch folder after file is added to synergy, mark as delete when it's deleted from watch folder
|
|
Ignore
|
1
|
This will ignore if a file with the same name already exists
|
|
Rename
|
0
|
This will rename the file if a file with the same name already exists, delete from watch folder after file is added to synergy
|
In this article
Definition