Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
TransientEditFoldersAndDocumentsSettingsBulk
Used when bulk editing file settings
Parameters
Name Type Description

documentPaths

Set(String)

Not null
Default value: new HashSet<>()

List of file paths

folderPaths

Set(String)

Not null
Default value: new HashSet<>()

List of folder paths

makeDescendantsInherit

Boolean

Default value: false

Make all descendants inherit permissions from the folders This flag doesn't influence the documentGuids - their permissions will be broken anyways

workspaceUuid

String

Required
Not null

Workspace uuid

Json Format
{
workspaceUuid: String,
folderPaths: Set(String),
documentPaths: Set(String),
makeDescendantsInherit: Boolean
}