SoapServerVRoot.DeleteVirtualRootEx(String, String, String) Method

Definition

Deletes a virtual root. Not fully implemented.

public:
 virtual void DeleteVirtualRootEx(System::String ^ rootWebServer, System::String ^ inBaseUrl, System::String ^ inVirtualRoot);
public void DeleteVirtualRootEx (string rootWebServer, string inBaseUrl, string inVirtualRoot);
abstract member DeleteVirtualRootEx : string * string * string -> unit
override this.DeleteVirtualRootEx : string * string * string -> unit
Public Sub DeleteVirtualRootEx (rootWebServer As String, inBaseUrl As String, inVirtualRoot As String)

Parameters

rootWebServer
String

The root Web server. The default is "IIS://localhost/W3SVC/1/ROOT".

inBaseUrl
String

The base URL that contains the virtual root.

inVirtualRoot
String

The name of the virtual root.

Implements

Exceptions

A caller in the call chain does not have permission to access unmanaged code.

The SOAP utility is not available.

The call to get the system directory failed.

Remarks

The functionality to delete a virtual root is not yet available.

Caution

This method returns without deleting the virtual root.

Applies to