Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / GetSynchronizationFileFromFolderEventArgs Class / Folder Property


In This Topic
    Folder Property
    In This Topic
    Gets the folder from which a file to be synchronized must be selected.
    Syntax
    'Declaration
     
    Public ReadOnly Property Folder As AbstractFolder
    'Usage
     
    Dim instance As GetSynchronizationFileFromFolderEventArgs
    Dim value As AbstractFolder
     
    value = instance.Folder
    public AbstractFolder Folder {get;}

    Property Value

    An Xceed.FileSystem.AbstractFolder object representing the folder from which a file to be synchronized must be selected.
    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