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


In This Topic
    Filters Property (FolderSynchronizationProgressionEventArgs)
    In This Topic
    An array of Xceed.FileSystem.Filter objects. These filters will be applied to each item in the Items array before synchronization begins.
    Syntax
    'Declaration
     
    Public Property Filters As Filter()
    'Usage
     
    Dim instance As FolderSynchronizationProgressionEventArgs
    Dim value() As Filter
     
    instance.Filters = value
     
    value = instance.Filters
    public Filter[] Filters {get; set;}

    Property Value

    The Xceed.FileSystem.Filter array.
    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