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 (in ShellBrowser.dll) Version: 7.1
Syntax protected bool Rename(
string p_NewName,
bool p_invokeLater
)
Protected Function Rename (
p_NewName As String,
p_invokeLater As Boolean
) As Boolean
protected:
bool Rename(
String^ p_NewName,
bool p_invokeLater
)
member Rename :
p_NewName : string *
p_invokeLater : bool -> bool
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:
Booleantrue if renaming succeeded, false otherwise.
See Also