Accepts a Java object to add a binder, allowing preservation of SiteScape Forum data.
public long migration_addBinder( String accessToken, Binder binder );
The migration_addBinder operation adds either a workspace or folder to the hierarchy, allowing you to specify SiteScape Forum data (such as the person who created the workspace or folder in Forum, the Forum creation date, the user who last modified the workspace or folder in Forum, and the date of the last modification in Forum).
If you prefer to use XML to specify data, use the migration_addBinderWithXML operation.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
Data and methods for the Java Binder object, defined in the Vibe source code. Edit the information in the Binder object to reflect the Forum values.
The identifier of the newly created binder.
Java objects in the Vibe sources (see Working with Java Objects)