Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
FolderExternalRepositoryData
Details about a folder in an external repository
Parameters
Name Type Description

externalIdentifier

ExternalRepositoryIdResult

Id of the external repository

folderExternalData

FolderExternalData

Data about the folder

Json Format
{
externalIdentifier:
{
externalRepository: ExternalRepositoryShowValue,
externalId: String,
externalRepositoryUuid: String,
externalRepositoryName: String
},
folderExternalData:
{
id: Integer,
items: Set(
{
key: String,
value: String
})
})
}