Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
CreateIManageFolder
Add a folder for an Imanage workspace.
Parameters
Name Type Description

name

String

Required
Not null

The name for the folder

parentItemId

String

Required
Not null

The imanage item id for the parent folder

workspaceGuid

String

Required
Not null

The workspace guid

Json Format
{
workspaceGuid: String,
parentItemId: String,
name: String
}