Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
OrganizationExchangePolicy
Organization file share policy
Parameters
Name Type 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 is disabled

disableWdSentItems

boolean

Default value: true

An optional setting to disable the Watchdox sent items folder within Watchdox's Outlook plugin.

enableReadConfirmation

boolean

Default value: false

is enable read confirmation

enableSimpleSharing

boolean

Default value: false

Whether to enable the feature of simple sharing (sharing a file that doesn't required authentication)

protectImagesInExchangeDocuments

boolean

Default value: false

Protect images in Exchange files

readConfirmByDefault

boolean

Default value: false

is request read confirmation is the default for for the sender

simpleSharingDefault

boolean

Default value: false

If Simple Sharing is enabled, this will be the default for each file shared

supportedTypes

Set(String)

Not null
Default value: new HashSet<>()

File types that are supported in this organization

useAutoComplete

boolean

Default value: false

User auto complete

Json Format
{
allowPrintingToPdf: Boolean,
disableCurtain: Boolean,
disablePasscodeLock: Boolean,
allowNonControllableFileTypes: Boolean,
protectImagesInExchangeDocuments: Boolean,
useAutoComplete: Boolean,
enableSimpleSharing: Boolean,
simpleSharingDefault: Boolean,
disableWdSentItems: Boolean,
enableReadConfirmation: Boolean,
readConfirmByDefault: Boolean,
supportedTypes: Set(String)
}