Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
GetGuidByFolderAndName
GUID of folder and filename
Parameters
Name Type Description

documentName

String

File name

folderGuid

String

Folder guid

folderId

Integer

Folder id

folderPath

String

Pathname to file (excluding file name)

Json Format
{
folderPath: String,
folderId: Integer,
folderGuid: String,
documentName: String
}