Undeletes a binder by removing it from the trash and restoring it to its previous location in the Vibe site.
public void binder_restoreBinder( String accessToken, long binderId );
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.
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 restore.
None.