ALM Site Administration API Type Library 12.50 and later
Repair Method
The logical group of projects in the ALM database.
The name of the project in the ALM database.
Obsolete. Pass an empty string.
Description
Repairs the project.
Syntax
Visual Basic
Public Function Repair( _
   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

SAapi Object  | SAapi Members