Deleting a Database Tool

This method deletes a database tool from the Parallels Pro Control Panel server.

Method

public void DeleteDatabaseTool (string databasetoolname, string username, string password)

Parameters

  • databasetoolname, which is the name of databasetool to be deleted
  • username, which is the username of the service provider
  • password, which is the password of the service provider

Return Value

none

Example code:

w.DeleteDatabaseTool("MyDatabaseTool", "admin", "ensim123");