IFileDataRetriever::RelativeDirectoryPath Property

When overridden in a derived class, gets the path of the file (without the file name), relative to the root directory of the replica.

Namespace:  Microsoft.Synchronization.Files
Assembly:  Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)

property String^ RelativeDirectoryPath {
	String^ get ();
}

Property Value

Type: System::String
The path of the file (without the file name) relative to the root directory of the replica.
Show: