Click or drag to resize

ShellTreeNodeRename(String) Method

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 (in ShellBrowser.dll) Version: 7.2
Syntax
public bool Rename(
	string p_NewName
)

Parameters

p_NewName  String
The new name of the file/folder.

Return Value

Boolean
true if it succeeds, false if it fails.

Implements

IJamShellItemOperationsRename(String)
See Also