Click or drag to resize

IJamShellItemOperationsRename Method

Rename a file item

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
bool Rename(
	string p_NewName
)

Parameters

p_NewName
Type: SystemString
The new name the item will be renamed to.

Return Value

Type: Boolean
true if the item was renamed successfully
See Also