Click or drag to resize
SynchronizationEngineHostDeleteFileAsync Method
Method to delete a file if it exists. Should not fail if the file 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 DeleteFileAsync(
	string parentPath,
	string fileName
)

Parameters

parentPath
Type: SystemString
The path to the parent folder.
fileName
Type: SystemString
The name of the file to delete.

Return Value

Type: Task
An awaitable object.
See Also