Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / FolderSynchronizationProgressionEventArgs Class / Items Property


    Items Property (FolderSynchronizationProgressionEventArgs)
    An array of Xceed.FileSystem.FileSystemItem containing the items to be synchronized.
    Syntax
    'Declaration
     
    Public Property Items As FileSystemItem()
     
    'Usage
     
    Dim instance As FolderSynchronizationProgressionEventArgs
    Dim value() As FileSystemItem
     
    instance.Items = value
     
    value = instance.Items

    Property Value

    The Xceed.FileSystem.FileSystemItem array containing the items to be synchronized.
    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