Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
BulkDeleteWorkspaceDocuments
Delete multiple files, includes information about how to delete.
Parameters
Name Type Description

deviceType

DeviceType

Device type. Choices are WINDOWS_PLUGIN, UPLOADER, IOS_APP, BLACKBERRY_APP,SYNC, SHAREPOINT

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

documentGuids

Set(String)

Not null
Default value: new HashSet<>()

A Set of file guids.

forceAction

Boolean

Default value: true

Force the action even if not allowed for all files provided (only allowed files will be affected). Not all operations support this parameter. Default is TRUE.

isPermanent

Boolean

Not null
Default value: FALSE

message

String

Some operations using this Json support messages left for affected users.

Json Format
{
message: String,
isPermanent: Boolean,
documentGuids: Set(String),
forceAction: Boolean,
deviceType: DeviceType
}