Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
MarkDocumentsSelectionVdr
Files selected for marking
Parameters
Name Type Description

documentGuids

Set(String)

folderGuids

Set(String)

folderIds

Set(Integer)

folderPaths

Set(String)

forceAction

Boolean

Required
Not null

operation

String

Required
Not null

Mark operation : HIDE, READ or STARRED

value

boolean

Required
Not null

Boolean value to mark

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