ALM Site Administration API Type Library 12.50 and later
ExportProject Method
The logical group of projects in the ALM database.
The name of the project in the ALM database.
The full path name of the file into which to export the project data. The file has a QCP extension.
Description
Exports project to file.
Syntax
Visual Basic
Public Sub ExportProject( _
   ByVal DomainName As String, _
   ByVal ProjectName As String, _
   ByVal FileName As String _
) 
Parameters
DomainName
The logical group of projects in the ALM database.
ProjectName
The name of the project in the ALM database.
FileName
The full path name of the file into which to export the project data. The file has a QCP extension.
See Also

SAapi Object  | SAapi Members