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

contentGuid

String

Required
Not null

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].

docGuid

String

Required
Not null

documentName

String

folder

String

Required
Not null

isSendMail

boolean

Default value: false

mailMessage

String

mailSubject

String

modifiedDate

Date

roomGuid

String

showInformativeVersionGuidOutOfDateError

Boolean

Not null
Default value: FALSE

Preserves backwards-compatibility for pre-4.1.0 users

suggestNewNameWhenAlreadyExists

Boolean

Not null
Default value: FALSE

versionGuid

String

Required
Not null

Json Format
{
roomGuid: String,
contentGuid: String,
docGuid: String,
versionGuid: String,
isSendMail: Boolean,
mailSubject: String,
mailMessage: String,
deviceType: DeviceType,
documentName: String,
modifiedDate: Date,
suggestNewNameWhenAlreadyExists: Boolean,
showInformativeVersionGuidOutOfDateError: Boolean,
folder: String
}