IFileDataRetriever Members
Represents the mechanism by which a file synchronization provider and a custom provider transfer data between each other.
The following tables list the members exposed by the IFileDataRetriever type.
Public Properties
Name | Description | |
---|---|---|
AbsoluteSourceFilePath | When overridden in a derived class, gets the absolute path to a file that is part of a replica. | |
FileData | When overridden in a derived class, gets a FileData object that represents information about a file, such as its size. | |
FileStream | When overridden in a derived class, gets a Stream object that can be used to access the data in a file. | |
RelativeDirectoryPath | When overridden in a derived class, gets the path of the file (without the file name), relative to the root directory of the replica. |
Top
See Also
Reference
IFileDataRetriever Interface
Microsoft.Synchronization.Files Namespace