FileData Constructor
Initializes a new instance of the FileData class.
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
public: FileData( String^ relativePath, FileAttributes attributes, DateTime creationTime, DateTime lastAccessTime, DateTime lastWriteTime, long long fileSize )
Parameters
- relativePath
- Type: System::String
The path of the file, relative to the root directory.
- attributes
- Type: System.IO::FileAttributes
The attributes of the file.
- creationTime
- Type: System::DateTime
The time the file was created.
- lastAccessTime
- Type: System::DateTime
The time the file was last accessed.
- lastWriteTime
- Type: System::DateTime
The time the file was last written to.
- fileSize
- Type: System::Int64
The size of the file, in bytes.
Show: