Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ExternalDocumentsTransactionResult
Results from an action regarding external files
Parameters
Name Type Description

guids

Set(String)

Required
Not null

Guids of docuemnts copied to Exchange

roomUUID

String

Uuid of the workspace

transactionUUID

String

Required
Not null

Uuid of the transaction

Json Format
{
transactionUUID: String,
guids: Set(String),
roomUUID: String
}