Udostępnij za pośrednictwem


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
'Usage
Dim instance As FileSyncProvider
Dim value As String

value = instance.RootDirectoryPath
public string RootDirectoryPath { get; }
public:
property String^ RootDirectoryPath {
    String^ get ();
}
/** @property */
public String get_RootDirectoryPath ()
public function get RootDirectoryPath () : String

Property Value

The absolute path to the local file store for this provider.

See Also

Reference

FileSyncProvider Class
FileSyncProvider Members
Microsoft.Synchronization.Files Namespace