Xceed .NET Libraries Documentation
SynchronizationFile Property


Xceed.Synchronization Assembly > Xceed.Synchronization Namespace > GetSynchronizationFileFromFolderEventArgs Class : SynchronizationFile Property
An Xceed.FileSystem.AbstractFile object from the folder specified by the Folder property, representing the file that will be synchronized.
Syntax
'Declaration
 
Public Property SynchronizationFile As AbstractFile
'Usage
 
Dim instance As GetSynchronizationFileFromFolderEventArgs

Dim value As AbstractFile

 

instance.SynchronizationFile = value

 

value = instance.SynchronizationFile
public AbstractFile SynchronizationFile {get; set;}
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

GetSynchronizationFileFromFolderEventArgs Class
GetSynchronizationFileFromFolderEventArgs Members