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

deviceType

DeviceType

Default value: null

Possible values: [SALESFORCE_PLUGIN, GOOGLE_DRIVE, BROWSER, SRE, CMIS, CIFS, MAC, UPLOADER, OFFICE_ONLINE, SHAREPOINT, ANDROID_APP, ONE_DRIVE, BLACKBERRY_APP, SDK, WINDOWS_PLUGIN, IOS_APP, SYNC, CHROME_EXTENSION].

documentGuid

String

Required
Not null

documentName

String

folder

String

Required
Not null

isSendMail

boolean

Default value: false

mailMessage

String

mailSubject

String

modifiedDate

Date

openForAllRoom

boolean

Default value: false

This variable indicates this file should be open to all present and future workspace entities.

recipients

RoomRecipients

Workspace recipients

sendToDefaultEntities

boolean

Default value: true

If set to false, the file will only be sent to the indicated recipients, otherwise default entities in the workspace will be added as recipients.

suggestNewNameWhenAlreadyExists

Boolean

Not null
Default value: TRUE

Json Format
{
documentGuid: String,
documentName: String,
isSendMail: Boolean,
mailSubject: String,
mailMessage: String,
folder: String,
openForAllRoom: Boolean,
modifiedDate: Date,
deviceType: DeviceType,
sendToDefaultEntities: Boolean,
recipients:
{
activeDirectoryGroupsGuids: Set(String),
groups: List(String),
domains: List(String),
users: Set(String),
everyone: Boolean
}),
suggestNewNameWhenAlreadyExists: Boolean
}