Removes a file from a binder.
public void binder_removeFile( String accessToken, long binderId, String fileName );
The binder_removeFile operation removes a file from a workspace or folder.
By default, workspaces do not contain files, but users can alter definitions by using the designers in the UI so that a custom workspace can include one or more files.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The binder identifier for the workspace or folder from which you want to remove a file.
The file name of the file you want to remove from the binder.
None.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)