binder_deleteBinder

Deletes a binder.

Syntax

public void binder_deleteBinder( String accessToken, long binderId, boolean deleteMirroredSource );

Description

The binder_deleteBinder operation deletes a workspace or folder.

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.

binderId

The binder identifier of the workspace or folder you want to delete.

deleteMirroredSource

Deletes the source directory, if the folder being deleted is a mirrored folder.

return_value

None.

See Also