binder_restoreBinder

Undeletes a binder by removing it from the trash and restoring it to its previous location in the Vibe site.

Syntax

public void binder_restoreBinder( String accessToken, long binderId );

Description

The binder_restoreBinder operation undeletes a workspace or folder by removing it from the trash and restoring it to its previous location in the Vibe site.

Any containing binders that are in the trash are also undeleted.

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 restore.

return_value

None.