Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ExistingDocument
A file that exists, but with a new suggested name
Parameters
Name Type Description

documentGuid

String

The guid of the existing file

lockedForUser

Boolean

Default value: FALSE

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,
lockedForUser: Boolean
}