SynchronizationEngineHostDeleteFolderAsync Method |
Method to delete a folder if it exists. Should not fail if the folder does not exist.
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 Task DeleteFolderAsync(
string path
)
Public MustOverride Function DeleteFolderAsync (
path As String
) As Task
public:
virtual Task^ DeleteFolderAsync(
String^ path
) abstract
abstract DeleteFolderAsync :
path : string -> Task
Parameters
- path
- Type: SystemString
The path to the folder.
Return Value
Type:
TaskAn awaitable object.
See Also