Adds a fully configured workspace or folder to the workspace hierarchy.
public long template_addBinder( String accessToken, long parentId, long binderConfigId, String title );
The template_addBinder operation adds a fully configured workspace or folder to the workspace hierarchy.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The identifier of the workspace or folder that is to contain the new binder.
The identifier that maps to the default configuration for the folder you want to create.
You can use the template_getTemplates information to get a configuration identifier from a binder that has a configuration you want for your new binder. Or, you can get a binder configuration identifier from the Vibe user interface. See Adding Folders and the Binder Configuration Identifier, for information about getting a configuration identifier from the user interface.
A string containing the title of the new binder.
The binder identifier of the newly created workspace or folder.
Java objects in the Vibe sources (see Working with Java Objects)