createFolder

suspend fun createFolder(title: String): Result<PortalFolder>

Creates a new folder with the given title in the user's root folder. Nested folders are not supported and two folders that belong to the same user cannot have the same title.

Return

a Result with the created folder if successful

Since

200.0.0

Parameters

title

the title of the new folder