Adds an unconfigured binder to the workspace tree hierarchy.
public long binder_addBinder( String accessToken, Binder binder );
The binder_addBinder operation adds either a workspace or folder to the hierarchy.
To add a fully configured binder, use the template_addBinder operation instead.
Either the security token passed to your application by Vibe as part implementing a remote application, or the null value.
Data and methods for the Java Binder object, defined in the Vibe source code.
The identifier of the new binder.
Java objects in the Vibe sources (see Working with Java Objects)