Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ValidateDownloadWorkspaceDocumentsWithRecycleBin
Used when validating files to download from a recycle bin.
Parameters
Name Type Description

documentsGuids

Set(String)

Not null
Default value: new HashSet<>()

List of file guids

forceAction

Boolean

Not null
Default value: TRUE

Force action

roomGuid

String

Workspace guid

roomId

Integer

Romm id

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