CmisSync.Lib.Storage.FileSystem.ReadOnlyIgnoringDirectoryInfoDecorator.MoveTo C# (CSharp) Метод

MoveTo() публичный Метод

Moves the directory to the destination directory path.
public MoveTo ( string destDirName ) : void
destDirName string Destination directory path.
Результат void
        public void MoveTo(string destDirName) {
            this.dirInfo.MoveTo(destDirName);
        }
    }