Click or drag to resize

ShellItemNotifyRename Method (ShellItemIdList)

Notifies the Windows Shell that this item has been renamed.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual void NotifyRename(
	ShellItemIdList newIdList
)

Parameters

newIdList
Type: ShellBoost.CoreShellItemIdList
The new PIDL.
Exceptions
ExceptionCondition
ArgumentNullExceptionnewIdList is null.
See Also