folder_getFileVersions

Returns information about the versions of a file.

Syntax

public void folder_getFileVersions( String accessToken, long entryId, String fileName );

Description

The folder_getFileVersions operation retrieves information about the versions of a file associated with an entry.

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.

entryId

The entry identifier of the entry.

fileName

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

return_value

A File Versions Java object containing information about the file versions.

See Also