Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ExistingTransientDocument
Parameters
Name Type Description

documentGuid

String

The guid of the existing file

permitted

Boolean

Indicates if the caller is permitted to see the conflicting file

suggestedName

String

A suggested name if the caller choose to submit in a new name

versionGuid

String

The last version guid of the existing file

Json Format
{
documentGuid: String,
versionGuid: String,
permitted: Boolean,
suggestedName: String
}