Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ListExchangesRecycleBinDocuments
Used when listing hidden files in the Inbox and items in the Sent items Recycle bin.
Parameters
Name Type Description

ascending

boolean

Default value: true

Is ascending

orderBy

RecycleBinExchangeDocumentsOrder

Not null
Default value: DISPLAY_NAME

Recycle bin Exchange file order

Possible values: [DELETE_DATE, UPLOADED_BY, DISPLAY_NAME, MODIFIED_DATE].

pagination

Pagination

Pagination info

Json Format
{
pagination:
{
pageSize: Integer,
pageNumber: Integer
},
ascending: Boolean,
orderBy: RecycleBinExchangeDocumentsOrder
}