Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
CreateNewTransientDocument
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].

documentName

String

Required
Not null

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.

suggestNewNameWhenAlreadyExists

Boolean

Not null
Default value: TRUE

workspaceGuid

String

Required
Not null

Json Format
{
workspaceGuid: String,
documentName: String,
isSendMail: Boolean,
mailSubject: String,
mailMessage: String,
folder: String,
openForAllRoom: Boolean,
modifiedDate: Date,
deviceType: DeviceType,
suggestNewNameWhenAlreadyExists: Boolean
}