Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
RenameIManageFolder
Information about the folder to rename
Parameters
Name Type Description

itemId

String

Required
Not null

The IManage item id for the folder

newFolderName

String

Required
Not null

New folder name

parentItemId

String

Required
Not null

The IManage item id for the parent folder where the folder is in

workspaceGuid

String

Required
Not null

Workspace guid

Json Format
{
workspaceGuid: String,
itemId: String,
parentItemId: String,
newFolderName: String
}