folder_addReply

Adds a comment to a folder entry.

Syntax

public long folder_addReply( String accessToken, long parentEntryId, FolderEntry reply, String attachedFileName );

Description

The folder_addReply operation adds a comment to 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.

parentEntryId

The entry identifier of the entry or comment that is to be the parent of the comment you are adding.

reply

A FolderEntry Java object containing information that yyyy uses to create the new comment.

attachedFileName

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.

return_value

The entry identifier of the newly created comment.

See Also