Adds an entry to a folder.
public long folder_addEntry( String accessToken, FolderEntry entry, String attachedFileName );
The folder_addEntry operation adds an entry to a folder.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
A FolderEntry Java object containing information that Vibe uses to create the new entry.
(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.
The entry identifier of the newly created entry.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)