NET FTP Library
SynchronizationMode Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : SynchronizationMode Property
Determines which files are transferred during synchronization. Default is CopyIfTheSizeIsDifferentOrDateIsNewer
Syntax
'Declaration
 
Public Property SynchronizationMode As SynchronizationMode
'Usage
 
Dim instance As FTP
Dim value As SynchronizationMode
 
instance.SynchronizationMode = value
 
value = instance.SynchronizationMode
public SynchronizationMode SynchronizationMode {get; set;}
public read-write property SynchronizationMode: SynchronizationMode; 
public function get,set SynchronizationMode : SynchronizationMode
public: __property SynchronizationMode get_SynchronizationMode();
public: __property void set_SynchronizationMode( 
   SynchronizationMode value
);
public:
property SynchronizationMode SynchronizationMode {
   SynchronizationMode get();
   void set (    SynchronizationMode value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTP Class
FTP Members