Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
IManageMove
Used for moving folders or files
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].

documentItemIds

Set(String)

Default value: new HashSet<>()

Current file ids.

folderItemIds

Set(String)

Default value: new HashSet<>()

Current folder item ids.

targetFolderItemId

String

Required
Not null

Target folder item ID .

workspaceGuid

String

Required
Not null

Workspace guid

Json Format
{
folderItemIds: Set(String),
deviceType: DeviceType,
documentItemIds: Set(String),
targetFolderItemId: String,
workspaceGuid: String
}