Click or drag to resize

ItemIdListRename Method

Renames the ItemIdList.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public void Rename(
	string pNewName,
	IntPtr pWindowHandle
)

Parameters

pNewName
Type: SystemString
The new name (not the whole path).
pWindowHandle
Type: SystemIntPtr
Pass a window handle for error messages.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the ItemIdList is not renameable or could not be renamed.
See Also