Click or drag to resize
SynchronizationEngineHostCreateFolderAsync Method
Method to create a sub-folder inside a parent. Should not fail if the folder does not already 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 CreateFolderAsync(
	string parentPath,
	string folderName
)

Parameters

parentPath
Type: SystemString
The path to the parent folder.
folderName
Type: SystemString
The name of the sub-folder to create.

Return Value

Type: Task
An awaitable object.
See Also