Microsoft.Web.Administration.Configuration.RenameLocationPath C# (CSharp) Method

RenameLocationPath() public method

public RenameLocationPath ( string locationPath, string newLocationPath ) : void
locationPath string
newLocationPath string
return void
        public void RenameLocationPath(string locationPath, string newLocationPath)
        {
            FileContext.RenameLocationPath(locationPath, newLocationPath);
        }