folder_getEntries

Obtains information about the entries within a specified folder.

Syntax

public FolderEntryCollection folder_getEntries( String accessToken, long binderID, int firstRecord, int maxRecords );

Description

The folder_getEntries operation obtains information about the entries contained in a folder.

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 folder containing the entries for which you want information.

firstRecord

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

maxRecords

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

return_value

A FolderEntryCollection Java object containing information about the entries contained within the folder.

See Also