binder_getFileVersions

Returns information about the versions of a file.

Syntax

public void binder_getFileVersions( String accessToken, long binderID, String fileName );

Description

The binder_getFileVersion operation retrieves information about the versions of a file associated with a workspace or folder.

By default, workspaces and folders do not contain files, but users can alter definitions by using the designers in the user interface so that a custom workspace or folder can include one or more files.

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 for the workspace or folder.

filename

The filename of the file you want to retrieve version information about.

return_value

A File Version Java object that contains information about the file versions.

See Also