FileSyncProvider.RootDirectoryPath Property
Gets the absolute path to the local file store for this provider. This is the folder that contains the files and subfolders to be synchronized.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
Syntax
'Declaration
Public ReadOnly Property RootDirectoryPath As String
Get
'Usage
Dim instance As FileSyncProvider
Dim value As String
value = instance.RootDirectoryPath
public string RootDirectoryPath { get; }
public:
property String^ RootDirectoryPath {
String^ get ();
}
member RootDirectoryPath : string
function get RootDirectoryPath () : String
Property Value
Type: System.String
The absolute path to the local file store for this provider.