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


In This Topic
    MasterItem Property
    In This Topic
    Gets the Xceed.FileSystem.FileSystemItem to be used as the master during the GettingSynchronizationFileFromFolder event of the synchronization process.
    Syntax
    'Declaration
     
    Public ReadOnly Property MasterItem As FileSystemItem
    'Usage
     
    Dim instance As GetSynchronizationFileFromFolderEventArgs
    Dim value As FileSystemItem
     
    value = instance.MasterItem
    public FileSystemItem MasterItem {get;}

    Property Value

    A Xceed.FileSystem.FileSystemItem object representing the item to be used as the master.
    Remarks

    This property is equivalent to indexing Items with the value from MasterItemIndex.

    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