Enables project version control and retrieves project properties.
Visual Basic |
---|
Public Function EnableVersionControl( _ ByVal DomainName As String, _ ByVal ProjectName As String _ ) As String |
- DomainName
- The domain name.
- ProjectName
- The project name.
On success, returns an XML string containing the project properties.
The source project must be deactivated before this function is called.