Click or drag to resize

ProjectFoldersShowFolderRenameDialog(String) Method

Shows a dialog to rename a folder. Note that if the root folder is specified, the function returns without showing a dialog.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ShowFolderRenameDialog(
	string folderName
)

Parameters

folderName  String
Folder to rename.
See Also