IJamShellItemOperationsRename Method |
Rename a file item
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxbool 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 String
- The new name the item will be renamed to.
Return Value
Booleantrue if the item was renamed successfully
See Also