migration_addBinder

Accepts a Java object to add a binder, allowing preservation of SiteScape Forum data.

Syntax

public long migration_addBinder( String accessToken, Binder binder );

Description

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.

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.

binder

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.

return_value

The identifier of the newly created binder.

See Also