IFileDataRetriever::AbsoluteSourceFilePath Property

When overridden in a derived class, gets the absolute path to a file that is part of a replica.

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

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

Property Value

Type: System::String
The absolute path to a file that is part of a replica.

This method is not required. Throw an exception of type NotImplementedException if this method is not implemented.

Show: