Xceed .NET Libraries Documentation
MasterFileIndex Property (SynchronizationCompareFileDataEventArgs)


Xceed.Synchronization Assembly > Xceed.Synchronization Namespace > SynchronizationCompareFileDataEventArgs Class : MasterFileIndex Property
Gets the index of the master file, in relation to Files.
Syntax
'Declaration
 
Public ReadOnly Property MasterFileIndex As Integer
'Usage
 
Dim instance As SynchronizationCompareFileDataEventArgs
Dim value As Integer
 
value = instance.MasterFileIndex
public int MasterFileIndex {get;}

Property Value

A value representing the index of the master file, in relation to Files
Remarks

In the context of the CompareFileData event, the master file is the one that will be compared to each file in Files.

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

SynchronizationCompareFileDataEventArgs Class
SynchronizationCompareFileDataEventArgs Members