Xceed .NET Libraries Documentation
OriginalMasterFile Property


Xceed.Synchronization Assembly > Xceed.Synchronization Namespace > SynchronizationConflictEventArgs Class : 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
public AbstractFile OriginalMasterFile {get;}

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

Reference

SynchronizationConflictEventArgs Class
SynchronizationConflictEventArgs Members