folder_getEntry

Accepts an entry identifier to get information about an entry in a folder.

Syntax

public FolderEntry folder_getEntry( String accessToken, long entryId, boolean includeAttachments );

Description

The folder_getEntry operation obtains information about an entry 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.

entryId

The entry identifier of the entry about which you want information.

includeAttachments

A Boolean value that indicates whether you want Vibe to return the entry’s attachments. The client program is responsible for placement of attachment files on its local system.

return_value

A FolderEntry Java object that contains information about the specified entry.

See Also