IJamShellItemOperationsRename Method |
Rename a file item
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax bool Rename(
string p_NewName
)
Function Rename (
p_NewName As String
) As Boolean
bool Rename(
String^ p_NewName
)
abstract Rename :
p_NewName : string -> bool
Parameters
- p_NewName
- Type: SystemString
The new name the item will be renamed to.
Return Value
Type:
Booleantrue if the item was renamed successfully
See Also