binder_addBinder

Adds an unconfigured binder to the workspace tree hierarchy.

Syntax

public long binder_addBinder( String accessToken, Binder binder );

Description

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.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part implementing a remote application, or the null value.

binder

Data and methods for the Java Binder object, defined in the Vibe source code.

return_value

The identifier of the new binder.

See Also