Configuration.RemoveLocationPath(String) Method

Definition

Removes a location path from the current configuration file.

public:
 void RemoveLocationPath(System::String ^ locationPath);
public void RemoveLocationPath (string locationPath);
member this.RemoveLocationPath : string -> unit
Public Sub RemoveLocationPath (locationPath As String)

Parameters

locationPath
String

The path of the location to remove.

Applies to