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