Deleting a User Template

This method deletes an existing user template from the Parallels Pro Control Panel server.

Method

public void DeleteUserTemplate (string userTemplateName, string username, string password)

Parameters

  • userTemplateName, which is the name of user template to be deleted.
  • username, which is the username of the site administrator
  • password, which is the password of the site administrator

Return Value

none

Example Code:

w.DeleteUserTemplate("FirstUserTemplate", "admin@mysite.com", "ensim123");