Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DownloadWorkspaceDocumentsWithRecycleBin
Files to be downloaded from a workspace Recycle bin.
Parameters
Name Type Description

documentsGuids

Set(String)

Not null
Default value: new HashSet<>()

List of file ids

forceAction

Boolean

Not null
Default value: TRUE

Action will always be done if set to True

roomGuid

String

The workspace guid

roomId

Integer

The workspace id

Json Format
{
roomId: Integer,
roomGuid: String,
documentsGuids: Set(String),
forceAction: Boolean
}