GetVersionInfo
This method retrieves all available history and management information about the specified version.
Syntax
The current status of the project remains unchanged.
GetVersionInfo (Filename As String, Version As Long, Saved As Date, Username As String, Computername As String, Description As String)
Parameter | Description |
---|---|
Filename |
Path to a compound file containing the project definition, stored using the Save method. |
Version |
Project version from which the version information is loaded. |
Saved |
Returns the date on which the project was saved (output parameter) |
Username |
Returns the name of the user who saved the project (output parameter) |
Computername |
Returns the computer name on which the project was saved (output parameter) |
Description |
Returns the VersionInfo parameter specified for the Save method when the project was saved (output parameter) |