Updating the License

This method updates the license on the Parallels Pro Control Panel server.

Method

public string UpdateLicense (string licensekey, string username, string password)

Parameters

  • licensekey, which is the new license key for the product
  • username, which is the username of the service provider
  • password, which is the password of the service provider

Return Value

none

Example code:

w.UpdateLicense("XXXX-XXXX-XXXX-XXXX-XXXX", "admin", "ensim123");