Click or drag to resize
SynchronizationEngineHostDeleteFolderAsync Method
Method to delete a folder if it exists. Should not fail if the folder does not exist.

Namespace: Oracle.Cloud.Mobile.Synchronization
Assembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public abstract Task DeleteFolderAsync(
	string path
)

Parameters

path
Type: SystemString
The path to the folder.

Return Value

Type: Task
An awaitable object.
See Also