binder_moveBinder

Moves a binder within the workspace tree hierarchy.

Syntax

public void binder_moveBinder( String accessToken, long binderId, long newParentBinderId );

Description

The binder_moveBinder operation moves either a workspace or folder within the workspace hierarchy.

Parameters and Return Value

accessToken

Either the security token passed to your application by Teaming as part of implementing a remote application, or the null value.

binderId

The binder identifier for the workspace or folder that you want to move.

newParentBinderId

The binder identifier of the binder under which you want binderId to appear as a sub-binder.

return_value

None.

See Also