Click or drag to resize

ShellTreeNodeRename Method (String)

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
public bool Rename(
	string p_NewName
)

Parameters

p_NewName
Type: SystemString
The new name of the file/folder.

Return Value

Type: Boolean
true if it succeeds, false if it fails.

Implements

IJamShellItemOperationsRename(String)
See Also