ALM Site Administration API Type Library
Upgrade Method
Description
Upgrades the project.
Syntax
Visual Basic
Public Function Upgrade( _
   ByVal DomainName As String, _
   ByVal ProjectName As String, _
   ByVal Mode As String _
) As String
Parameters
DomainName
The logical group of projects in the ALM database.
ProjectName
The name of the project in the ALM database.
Mode
Obsolete. Pass an empty string.
Remarks
This method starts an asynchronous process and then returns. To see the status of an asynchronous process, use ReadMaintenanceTaskProgress.
See Also