folder_moveEntry

Moves an entry within the folder-tree hierarchy.

Syntax

public void folder_moveEntry( String accessToken, long entryId, long parentId );

Description

The folder_moveEntry operation moves an entry to be under a new parent within the folder hierarchy.

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.

entryId

The identifier of the entry you want to move.

parentId

The identifier of the folder that is to be the new parent of the specified entry.

return_value

None.

See Also