Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationConflictEventArgs Class / OriginalMasterFile Property


    OriginalMasterFile Property
    Gets the master file as determined by the synchronization algorithm.
    Syntax
    'Declaration
     
    Public ReadOnly Property OriginalMasterFile As AbstractFile
     
    'Usage
     
    Dim instance As SynchronizationConflictEventArgs
    Dim value As AbstractFile
     
    value = instance.OriginalMasterFile

    Property Value

    An Xceed.FileSystem.AbstractFile object taken from Files, representing the master file; a null reference (Nothing in Visual Basic) if OriginalMasterFileIndex is a negative value.
    Remarks

    This property is equivalent to indexing Files with the value from OriginalMasterFileIndex.

    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