folder_addEntry

Adds an entry to a folder.

Syntax

public long folder_addEntry( String accessToken, FolderEntry entry, String attachedFileName );

Description

The folder_addEntry operation adds an entry to 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.

entry

A FolderEntry Java object containing information that Vibe uses to create the new entry.

attachedFileName

(Optional) A string containing the filename of a file to attach to the new entry. If you are not attaching a file, specify the null value for this argument.

return_value

The entry identifier of the newly created entry.

See Also