Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationFolderAnalysisEventArgs Class / MasterFolder Property


In This Topic
    MasterFolder Property
    In This Topic
    Gets the master folder, in relation to Folders.
    Syntax
    'Declaration
     
    Public ReadOnly Property MasterFolder As AbstractFolder
    'Usage
     
    Dim instance As SynchronizationFolderAnalysisEventArgs
    Dim value As AbstractFolder
     
    value = instance.MasterFolder
    public AbstractFolder MasterFolder {get;}

    Property Value

    An Xceed.FileSystem.AbstractFolder object taken from Folders, representing the master folder; a null reference (Nothing in Visual Basic) if there is no master folder.
    Remarks

    This property is equivalent to indexing Folders with the value from MasterFolderIndex.

    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