Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
MoveFolder
Used when moving a folder
Parameters
Name Type Description

currentFolderGuid

String

Current folder guid

currentFolderID

Integer

Current folder id

currentPath

String

Current folder path

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].

newPath

String

New folder path.

Json Format
{
currentPath: String,
currentFolderID: Integer,
currentFolderGuid: String,
newPath: String,
deviceType: DeviceType
}