Share via


SysVersionControlFilebasedBackEnd.fileGetVersion Method [AX 2012]

Retrieves a version of a file from the back end storage.

Syntax

public Filename fileGetVersion(Filename _filename, SysVersionControlTmpItem _item)

Run On

Client

Parameters

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.

See Also

Reference

SysVersionControlFilebasedBackEnd Interface