folder_modifyEntry

Modifies an entry in a folder.

Syntax

public void folder_modifyEntry( String accessToken, FolderEntry entry );

Description

The folder_modifyEntry operation modifies the contents of a folder entry.

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.

entry

A FolderEntry Java object containing the information to apply to the existing folder entry.

return_value

None.

See Also