Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
CreateTransientFolder
Add transient workspace.
Parameters
Name Type Description

newFolderName

String

Required
Not null

New folder name

parentObjectUrl

String

Required
Not null

Parent object URL

workspaceGuid

String

Required
Not null

Workspace guid

Json Format
{
workspaceGuid: String,
parentObjectUrl: String,
newFolderName: String
}