Click or drag to resize
SynchronizationEngineHostDoesFileExistAsync Method
Method to check whether a file exists in a folder.

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<bool> DoesFileExistAsync(
	string parentPath,
	string fileName
)

Parameters

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

Return Value

Type: TaskBoolean
True if the file exists.
See Also