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 (in ShellBrowser.dll) Version: 7.1
Syntax public bool Rename(
string p_NewName
)
Public Function Rename (
p_NewName As String
) As Boolean
public:
virtual bool Rename(
String^ p_NewName
) sealed
abstract Rename :
p_NewName : string -> bool
override Rename :
p_NewName : string -> bool
Parameters
- p_NewName
- Type: SystemString
The new name of the file/folder.
Return Value
Type:
Booleantrue if it succeeds, false if it fails.
Implements
IJamShellItemOperationsRename(String)See Also