ShellBrowser .Net Edition
Rename Method (p_NewName)
NamespacesJam.ShellShellTreeNodeRename(String)
Renames the file or folder that is referenced by this ShellTreeItem instance to the new name given as a parameter.
Declaration Syntax
C#Visual BasicVisual C++
public bool Rename(
	string p_NewName
)
Public Function Rename ( _
	p_NewName As String _
) As Boolean
public:
virtual bool Rename(
	String^ p_NewName
) sealed
Parameters
p_NewName (String)
The new name of the file/folder

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)