WatchFolder.watch_folder_mode Property

The mode which tells what to do when duplicate files are found/delete or keep files in watch folder after adding to synergy/ What to do when a file is deleted from watch folder etc.
<DataMember()> _ 
Public Property watch_folder_mode() As WatchFolderMode
This language is not supported or no code example is available.
[DataMember()] 
public WatchFolderMode watch_folder_mode {get; set;}
This language is not supported or no code example is available.
[DataMember()] 
public:  
property WatchFolderMode watch_folder_mode { 
WatchFolderMode get( ); 
void set( 
WatchFolderMode value 
); 
}
This language is not supported or no code example is available.
public  
DataMember() 
function get watch_folder_mode() : WatchFolderMode
public  
DataMember() 
function set watch_folder_mode(value : WatchFolderMode);
This language is not supported or no code example is available.

Property Value

WatchFolderMode

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition