Removes a project from the list of projects in a domain without deleting the project database.
Visual Basic |
---|
Public Function RemoveProject( _ ByVal DomainName As String, _ ByVal ProjectName As String _ ) As String |
- DomainName
- The domain name.
- ProjectName
- The project name.
Returns "1" on success.
The project must be deactivated before calling this function.