Xceed .NET Libraries Documentation
AllowDeletions Field


Xceed.Synchronization Assembly > Xceed.Synchronization Namespace > SynchronizationOptions Class : 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
public bool AllowDeletions
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

Reference

SynchronizationOptions Class
SynchronizationOptions Members