Determines whether the synchronization is being performed on a folder.
'Declaration
Public Shared Function IsAFolderSynchronization( _
ByVal As IList _
) As Boolean
'Usage
Dim items As IList
Dim value As Boolean
value = Synchronizer.IsAFolderSynchronization(items)
public static bool IsAFolderSynchronization(
IList
)
Parameters
- items
- An System.Collections.IList-implementing object representing the items being synchronized
Return Value
true if the items being synchronized are a folder; false otherwise.
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