Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
MoveFolderIntoFolder
Used when moving a folder to another 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.

parentGuid

String

New parent folder UUID.

parentId

Integer

New parent folder ID (if not specified or zero the folder will be moved into the workspace's root ).

roomGuid

String

Workspace Guid.

roomId

Integer

Workspace ID

Json Format
{
roomId: Integer,
roomGuid: String,
folderId: Integer,
folderGuid: String,
deviceType: DeviceType,
parentId: Integer,
parentGuid: String
}