Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a version of a file from the back end storage.
Syntax
public Filename fileGetVersion(Filename _filename, SysVersionControlTmpItem _item)
Run On
Client
Parameters
- _filename
Type: Filename Extended Data Type
The file to retrieve a version of.
- _item
Type: SysVersionControlTmpItem Table
The temporary record that corresponds to the version control item in the requested version.
Return Value
Type: Filename Extended Data Type
A fully qualified file name to a temporary location, where the version of the file has been saved.
Remarks
If the SysVersionControlItemVersionversion is 0 (zero), the latest version of the file is requested.If the SysVersionControlItemVersionversion is -1 (minus-one), the back end copy of the local version is requested. That is the version the user received the last time that they synchronized.