Share via


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)

Syntax

'Declaration
ReadOnly Property RelativeDirectoryPath As String
'Usage
Dim instance As IFileDataRetriever
Dim value As String

value = instance.RelativeDirectoryPath
string RelativeDirectoryPath { get; }
property String^ RelativeDirectoryPath {
    String^ get ();
}
/** @property */
String get_RelativeDirectoryPath ()
function get RelativeDirectoryPath () : String

Property Value

The path of the file (without the file name) relative to the root directory of the replica.

See Also

Reference

IFileDataRetriever Interface
IFileDataRetriever Members
Microsoft.Synchronization.Files Namespace