SynchronizationEngineHostTempFolder Property |
Returns the path to the temp folder to use.
Namespace: Oracle.Cloud.Mobile.SynchronizationAssembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic abstract string TempFolder { get; }
Public MustOverride ReadOnly Property TempFolder As String
Get
public:
virtual property String^ TempFolder {
String^ get () abstract;
}
abstract TempFolder : string with get
Property Value
Type:
String
See Also