Xceed .NET Libraries Documentation
IsPartOfAFolderSynchronization Property


Xceed.Synchronization Assembly > Xceed.Synchronization Namespace > SynchronizationEventArgs Class : IsPartOfAFolderSynchronization Property
Gets a boolean value indicating whether the current synchronization is part of a larger synchronization job where folders are being synchronized.
Syntax
'Declaration
 
Public ReadOnly Property IsPartOfAFolderSynchronization As Boolean
'Usage
 
Dim instance As SynchronizationEventArgs
Dim value As Boolean
 
value = instance.IsPartOfAFolderSynchronization
public bool IsPartOfAFolderSynchronization {get;}

Property Value

true if the synchronization is part of a folder synchronization; false otherwise.
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

SynchronizationEventArgs Class
SynchronizationEventArgs Members