Moves an entry within the folder-tree hierarchy.
public void folder_moveEntry( String accessToken, long entryId, long parentId );
The folder_moveEntry operation moves an entry to be under a new parent within the folder hierarchy.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The identifier of the entry you want to move.
The identifier of the folder that is to be the new parent of the specified entry.
None.
Java objects in the Vibe sources (see Working with Java Objects)