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)

public:
property String^ RootDirectoryPath {
	String^ get ();
}

Property Value

Type: System::String
The absolute path to the local file store for this provider.
Show: