SynchronizationEngineHostDataFolder Property |
Returns the path to the folder to store cached data.
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 DataFolder { get; }
Public MustOverride ReadOnly Property DataFolder As String
Get
public:
virtual property String^ DataFolder {
String^ get () abstract;
}
abstract DataFolder : string with get
Property Value
Type:
String
See Also