Moves a deactivated project to another domain and retrieves project properties.
Visual Basic |
---|
Public Function MoveProjectToDomain( _ ByVal SourceDomain As String, _ ByVal ProjectName As String, _ ByVal DestinationDomain As String _ ) As String |
- SourceDomain
- The current domain name before calling this method.
- ProjectName
- The project name.
- DestinationDomain
- The destination domain.
On success, returns an XML string containing the project properties.
The project must be deactivated before calling this function.