Xceed .NET Libraries Documentation
PreviewOnly Field


Xceed.Synchronization Assembly > Xceed.Synchronization Namespace > SynchronizationOptions Class : PreviewOnly Field
A boolean value indicating whether the synchronization will be performed in preview-mode only, that is, without making any changes to files.
Syntax
'Declaration
 
Public PreviewOnly As Boolean
'Usage
 
Dim instance As SynchronizationOptions
Dim value As Boolean
 
value = instance.PreviewOnly
 
instance.PreviewOnly = value
public bool PreviewOnly
Remarks

The default value of this field is false.

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