profile_getFileVersions

Returns information about the versions of a file.

Syntax

public void profile_getFileVersions( String accessToken, long principalId, string fileName );

Description

The profile_getFileVersions operation retrieves information about the versions of a file associated with a user or group.

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.

principalId

The identifier for the principal (a user or group).

fileName

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

return_value

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

See Also