Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
EditFolderSettings
Used when editing folder permissions
Parameters
Name Type Description

folderPathOrId

PathOrFolderId

Required

Path or id for the folder to be changed

inheritFromParent

boolean

Default value: false

Make this folder inherit permissions from its parent

makeDescendantsInherit

boolean

Default value: false

Make all descendants inherit permissions from this folder

roomGuid

String

roomId

Integer

Id of the workspace where the folder is

Json Format
{
roomId: Integer,
roomGuid: String,
folderPathOrId:
{
path: String,
folderId: Integer,
folderGuid: String
},
inheritFromParent: Boolean,
makeDescendantsInherit: Boolean
}