Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DownloadSingleDocumentSelection
A single file to be downloaded
Parameters
Name Type Description

blockCipherMode

BlockCipherMode

Possible values: [CTR, ECB].

documentGuid

String

File guid

downloadType

DownloadTypes

Default value: MAX_ALLOWED

Download type.

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

forceWatermarks

boolean

Default value: false

If to force water marks on original downloaded file

versionUuid

String

File version uuid

Json Format
{
documentGuid: String,
versionUuid: String,
downloadType: DownloadTypes,
forceWatermarks: Boolean,
blockCipherMode: BlockCipherMode
}