Returns information about the versions of a file.
public void folder_getFileVersions( String accessToken, long entryId, String fileName );
The folder_getFileVersions operation retrieves information about the versions of a file associated with an entry.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The entry identifier of the entry.
The filename of the file you want to retrieve version information about.
A File Versions Java object containing information about the file versions.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)