FileSyncProvider::TempDirectoryPath Property

Gets the absolute path where temporary files will be stored.

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

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

Property Value

Type: System::String
The absolute path where temporary files will be stored.

Security noteSecurity Note

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

Show: