Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DocumentsSelectionVdr
Specifies various criteria for selecting files
Parameters
Name Type Description

documentGuids

Set(String)

Default value: new HashSet()

A Set of file guids.

folderGuids

Set(String)

Default value: new HashSet<>()

folderIds

Set(Integer)

Default value: new HashSet<>()

folderPaths

Set(String)

Default value: new HashSet<>()

A Set of folder paths or ids

forceAction

Boolean

Not null
Default value: true

Force the action even if not allowed for all files provided (only allowed files will be affected). Not all operations support this parameter.

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