Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
RenameFolder
Used when renaming a folder
Parameters
Name Type Description

deviceType

DeviceType

Device type

Possible values: [SALESFORCE_PLUGIN, GOOGLE_DRIVE, BROWSER, SRE, CMIS, CIFS, MAC, UPLOADER, OFFICE_ONLINE, SHAREPOINT, ANDROID_APP, ONE_DRIVE, BLACKBERRY_APP, SDK, WINDOWS_PLUGIN, IOS_APP, SYNC, CHROME_EXTENSION].

folderGuid

String

Folder guid

folderId

Integer

Folder id

newFolderName

String

Folder name

path

String

Folder path

Json Format
{
path: String,
folderId: Integer,
folderGuid: String,
deviceType: DeviceType,
newFolderName: String
}