Links are not active on this page.
 GetLatestVersion Method

Gets the latest version of a file in a project from source code control and copies a read-only version to your local drive.

Object.GetLatestVersion( )

Expand imageRemarks

Applies To: File Object

The GetLatestVersion method does not check the file out.

True (.T.) is returned if source code control can successfully get the file. False (.F.) is returned if source code control cannot get the file or the project is not under source code control.

Expand imageSee Also