Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ValidateCreateFolder
Used to validate params when creating a folder
Parameters
Name Type Description

folderPathOrId

PathOrFolderId

Required
Not null

Parent folder ID or path

name

String

Required
Not null

New folder name

roomGuid

String

Workspace guid

roomId

Integer

Workspace id

Json Format
{
roomId: Integer,
roomGuid: String,
folderPathOrId:
{
path: String,
folderId: Integer,
folderGuid: String
},
name: String
}