FileSyncProvider::MetadataDirectoryPath Property

Gets the absolute path to the metadata storage file.

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

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

Property Value

Type: System::String
The absolute path to the metadata storage file.

Security noteSecurity Note

To prevent information disclosure, the application must ensure that the the metadata storage directory is secured with the appropriate level of security permissions.

Show: