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


In This Topic
    CurrentFile Property
    In This Topic
    Gets an Xceed.FileSystem.AbstractFile object representing the file that is about to be synchronized as part of an ongoing folder synchronization.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentFile As AbstractFile
    'Usage
     
    Dim instance As FolderSynchronizationProgressionEventArgs
    Dim value As AbstractFile
     
    value = instance.CurrentFile
    public AbstractFile CurrentFile {get;}

    Property Value

    The Xceed.FileSystem.AbstractFile object representing the file that is about 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