Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / IrrelevantItemsParameter Class / Items Field


In This Topic
    Items Field (IrrelevantItemsParameter)
    In This Topic
    An array of Xceed.FileSystem.FileSystemItem objects.
    Syntax
    'Declaration
     
    Public Items As FileSystemItem()
    'Usage
     
    Dim instance As IrrelevantItemsParameter
    Dim value() As FileSystemItem()
     
    value = instance.Items
     
    instance.Items = value
    public FileSystemItem[] Items
    Remarks

    If you manually specify both Items and Indexes, Indexes will be used and Items will be ignored.

    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