Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
EditFoldersAndDocumentsSettingsBulk
Used when editing folder permissions in bulk
Parameters
Name Type Description

documentGuids

Set(String)

Default value: new HashSet<>()

Guids of the files

folderGuids

Set(String)

Default value: new HashSet<>()

Guids of the folders

folderIds

Set(Integer)

Default value: new HashSet()

Ids of the folders

folderPaths

Set(String)

Default value: new HashSet<>()

Paths of the folders

makeDescendantsInherit

Boolean

Default value: false

roomGuid

String

Guid of the workspace where the folder is located

roomId

Integer

Id of the workspace where the folder is located

Json Format
{
roomId: Integer,
roomGuid: String,
documentGuids: Set(String),
folderPaths: Set(String),
folderIds: Set(Integer),
folderGuids: Set(String),
makeDescendantsInherit: Boolean
}