Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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( )
Remarks
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.
See Also
AddToSCC Method | CheckIn Method | CheckOut Method | RemoveFromSCC Method | UndoCheckOut Method
Applies To: File Object