Xceed .NET Libraries Documentation
Items Property (FolderSynchronizationProgressionEventArgs)


Xceed.Synchronization Assembly > Xceed.Synchronization Namespace > FolderSynchronizationProgressionEventArgs Class : Items Property
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
public FileSystemItem[] Items {get; set;}

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

Reference

FolderSynchronizationProgressionEventArgs Class
FolderSynchronizationProgressionEventArgs Members