Click or drag to resize

ShellTreeNodeRename Method (String, Boolean)

Renames the file or folder that is referenced by this ShellTreeItem instance to the new name given as a parameter.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected bool Rename(
	string p_NewName,
	bool p_invokeLater
)

Parameters

p_NewName
Type: SystemString
The new name of the file/folder
p_invokeLater
Type: SystemBoolean
Must be true if called from within the LabelEdit process.

Return Value

Type: Boolean
true if renaming succeeded, false otherwise.
See Also