Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DeleteTransientDocumentsAndFolders
Delete folder and all its contents from a transient workspace.
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].

documentPaths

Set(String)

Not null
Default value: new HashSet<>()

File paths

folderPaths

Set(String)

Not null
Default value: new HashSet<>()

Folder paths

workspaceGuid

String

Required
Not null

Workspace guid

Json Format
{
workspaceGuid: String,
documentPaths: Set(String),
folderPaths: Set(String),
deviceType: DeviceType
}