Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DeleteDocumentsSelectionSds
Files to be deleted from Inbox/Sent items.
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].

documentFilter

ApiDocumentFilter

Possible values: [ALL, ABOUT_TO_EXPIRE, RECENTLY_VIEWED, VALID_ONLY, SHARED_BY_ME, HIDDEN, RECENTLY_MODIFIED, SHARED_WITH_ME].

documentGuids

Set(String)

Required
Not null

forceAction

Boolean

Required
Not null

isPermanent

Boolean

Not null
Default value: FALSE

Flag indicating file should be deleted permanently (not placed in Recycle Bin)w

message

String

Some operations using this Json support messages left for affected users.

Json Format
{
message: String,
isPermanent: Boolean,
deviceType: DeviceType,
documentFilter: ApiDocumentFilter,
documentGuids: Set(String),
forceAction: Boolean
}