Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
OrganizationWorkspacesPolicy
An organization workspace plicy
Parameters
Name Type Description

allowEditDescription

boolean

Default value: true

Allow edit description

allowNonControllableFileTypes

boolean

Default value: false

Flag indicating that non-controllable file types are permitted. These are files that are not Word, Excel or PDF.

allowPrintingToPdf

boolean

Default value: false

Flag indicating that printing to PDF is permitted

disableCurtain

boolean

Default value: false

Flag indicating that curtain is disabled.

disablePasscodeLock

boolean

Default value: false

Flag indicating that passcode lock on disabled.

enableReadConfirmation

boolean

Default value: false

is enable read confirmation

fileUploadNotifyWorkspaceMembersDefault

boolean

default value to notify members when users uploads a document

logAccessActionsToFiles

boolean

Default value: false

Log access actions to files

protectImagesInWorkspaces

boolean

Default value: false

Protect images in workspaces

readConfirmByDefault

boolean

Default value: false

is request read confirmation is the default for for the sender

supportedTypes

Set(String)

Not null
Default value: new HashSet<>()

File types that are supported in this organization

useAutoComplete

boolean

Default value: false

Use auto complete

Json Format
{
allowPrintingToPdf: Boolean,
disableCurtain: Boolean,
disablePasscodeLock: Boolean,
allowNonControllableFileTypes: Boolean,
protectImagesInWorkspaces: Boolean,
useAutoComplete: Boolean,
supportedTypes: Set(String),
allowEditDescription: Boolean,
logAccessActionsToFiles: Boolean,
enableReadConfirmation: Boolean,
readConfirmByDefault: Boolean,
fileUploadNotifyWorkspaceMembersDefault: Boolean
}