Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
FolderReadConfirmationEdit
Parameters
Name Type Description

folderUuid

String

Guid of the folder - root if omitted

includeSubfolder

Boolean

Default value: true

If change is also for subfolders

readConfirmationRequired

Boolean

Required

If read confirmation si required for files in those folders

roomUuid

String

Guid of the workspace

Json Format
{
folderUuid: String,
roomUuid: String,
readConfirmationRequired: Boolean,
includeSubfolder: Boolean
}