Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationOptions Class / AllowDeletions Field


AllowDeletions Field
A boolean value indicating whether deletions will be allowed during the synchronization.
Syntax
'Declaration
 
Public AllowDeletions As Boolean
 
'Usage
 
Dim instance As SynchronizationOptions
Dim value As Boolean
 
value = instance.AllowDeletions
 
instance.AllowDeletions = value
Remarks

The default value of this field is false in order to prevent accidental deletion of valuable data.

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