ALM Site Administratation Client Type Library
MoveProjectToDomain Method
SourceDomain
The current domain name before calling this method.
ProjectName
The project name.
DestinationDomain
The destination domain.

Description

Moves a deactivated project to another domain and retrieves project properties.

Syntax

Visual Basic
Public Function MoveProjectToDomain( _
   ByVal SourceDomain As String, _
   ByVal ProjectName As String, _
   ByVal DestinationDomain As String _
) As String

Parameters

SourceDomain
The current domain name before calling this method.
ProjectName
The project name.
DestinationDomain
The destination domain.

Return Type

On success, returns an XML string containing the project properties.

Remarks

The project must be deactivated before calling this function.

Example

See Also

Send documentation feedback to HP.