binder_removeFile

Removes a file from a binder.

Syntax

public void binder_removeFile( String accessToken, long binderId, String fileName );

Description

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.

Parameters and Return Value

accessToken

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

binderId

The binder identifier for the workspace or folder from which you want to remove a file.

fileName

The file name of the file you want to remove from the binder.

return_value

None.

See Also