Adds a comment to a folder entry.
public long folder_addReply( String accessToken, long parentEntryId, FolderEntry reply, String attachedFileName );
The folder_addReply operation adds a comment to a folder entry.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The entry identifier of the entry or comment that is to be the parent of the comment you are adding.
A FolderEntry Java object containing information that yyyy uses to create the new comment.
The filename of a file you are attaching to the comment. If you are not attaching a file, specify the null value for this argument.
The entry identifier of the newly created comment.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)