Microsoft.Web.Administration.Configuration.RenameLocationPath C# (CSharp) 메소드

RenameLocationPath() 공개 메소드

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