ALM Site Administration API Type Library
Repair Method
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

