Moves a binder within the workspace tree hierarchy.
public void binder_moveBinder( String accessToken, long binderId, long newParentBinderId );
The binder_moveBinder operation moves either a workspace or folder within the workspace hierarchy.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The binder identifier for the workspace or folder that you want to move.
The binder identifier of the binder under which you want binderId to appear as a sub-binder.
None.
Java objects in the Vibe sources (see Working with Java Objects)