binder_getTrashEntries

Returns a trash collection for a binder.

Syntax

public TrashCollection binder_getTrashEntries( String accessToken, long binderId );

Description

The binder_getTrashEntries operation returns a trash collection, which contains information about the contents of the trash for a specified binder. The items in a binder’s trash are all the sub-binders and entries that are in the trash.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

binderId

The binder identifier for the workspace or folder for which you want information about its trash contents.

firstRecord

The index of the first record whose trash information you want to obtain. The index is 0-based.

maxRecord

The maximum number of items whose information should be returned. Specify -1 for unlimited.

return_value

A TrashCollection Java object containing information about the trash contents.