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)
Syntax
'Declaration
Public ReadOnly Property TempDirectoryPath As String
Get
'Usage
Dim instance As FileSyncProvider
Dim value As String
value = instance.TempDirectoryPath
public string TempDirectoryPath { get; }
public:
property String^ TempDirectoryPath {
String^ get ();
}
member TempDirectoryPath : string
function get TempDirectoryPath () : String
Property Value
Type: System.String
The absolute path where temporary files will be stored.
Remarks
Security Note |
---|
To prevent information disclosure, the application must ensure that the the temporary file directory is secured with the appropriate level of security permissions. |