FileData Class
Represents information about a file or directory. This is a loose wrapper of the WIN32_FIND_DATA structure that contains additional path information.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)
Syntax
'Declaration
Public Class FileData
'Usage
Dim instance As FileData
public class FileData
public ref class FileData
public class FileData
public class FileData
Remarks
This class is used by the ApplyingChange event to communicate information about the file or folder that is about to be changed.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.Files.FileData
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.