binder_preDeleteBinder

Predeletes a binder by moving it to the trash.

Syntax

public void binder_preDeleteBinder( String accessToken, long binderId );

Description

The binder_preDeleteBinder operation moves a workspace or folder to the trash. All contained binders and entries are also moved to the trash.

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.

binderId

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

return_value

None.