Configuration.RenameLocationPath(String, String) Method

Definition

Renames the location in the configuration file.

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

Parameters

locationPath
String

The path of the location to rename.

newLocationPath
String

The new path.

Applies to