Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
MarkDocumentsSelection
Mark a set of files
Parameters
Name Type Description

documentGuids

Set(String)

Required
Not null

A Set of file guids.

operation

String

Required
Not null

Mark operation : READ or STARRED

value

boolean

Required
Not null

Boolean value to mark

Json Format
{
documentGuids: Set(String),
operation: String,
value: Boolean
}