Returns information about the versions of a file.
public void profile_getFileVersions( String accessToken, long principalId, string fileName );
The profile_getFileVersions operation retrieves information about the versions of a file associated with a user or group.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The identifier for the principal (a user or group).
The filename of the file you want to retrieve version information about.
A File Version Java object containing information about the file versions.
Java objects in the Vibe sources (see Working with Java Objects)