Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
RenameTransientFolder
A folder to rename
Parameters
Name Type Description

newFolderName

String

Required
Not null

New folder name

objectUrl

String

Required
Not null

Object URL

workspaceGuid

String

Required
Not null

Workspace guid

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