Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DownloadDocumentsSelectionVdr
Used when choosing which files to download in a workspace
Parameters
Name Type Description

documentGuids

Set(String)

downloadType

DownloadTypes

Not null
Default value: MAX_ALLOWED

Download type.

Possible values: [MAX_ALLOWED, ORIGINAL, PROTECTED, ENCRYPTED].

folderGuids

Set(String)

folderIds

Set(Integer)

folderPaths

Set(String)

forceAction

Boolean

Required
Not null

Json Format
{
downloadType: DownloadTypes,
folderPaths: Set(String),
folderIds: Set(Integer),
folderGuids: Set(String),
documentGuids: Set(String),
forceAction: Boolean
}