ALM Site Administration API Type Library
Verify Method
Description
Verifies the project.
Syntax
Visual Basic
Public Function Verify( _
   ByVal DomainName As String, _
   ByVal ProjectName As String, _
   ByVal Level 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.
Level
One of "basic" or "deep". If an empty string is passed, "basic" is used.
Return Type
Returns an empty string. For future use.
Remarks

Checks whether the database user schema and data are consistent with the specifications for the current version of ALM.

The deep verification checks items not checked by the basic verification. For example, deep verification includes a text search check, a check for duplicate IDs and indexes. and tree verification.

Deep verification is resource intensive and runs much more slowly. Unless there is reason to suspect project corruption, basic verification is recommended.

This method starts an asynchronous process and then returns. To see the status of an asynchronous process, use ReadMaintenanceTaskProgress.

See Also