Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / Synchronizer Class / IsAFolderSynchronization Method
An System.Collections.IList-implementing object representing the items being synchronized


In This Topic
    IsAFolderSynchronization Method
    In This Topic
    Determines whether the synchronization is being performed on a folder.
    Syntax
    'Declaration
     
    Public Shared Function IsAFolderSynchronization( _
       ByVal items As IList _
    ) As Boolean
    'Usage
     
    Dim items As IList
    Dim value As Boolean
     
    value = Synchronizer.IsAFolderSynchronization(items)
    public static bool IsAFolderSynchronization( 
       IList items
    )

    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.
    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