Click or drag to resize

ShellItemNotifyRename Method (ShellItemIdList)

Notifies the Windows Shell that this item has been renamed.

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

Parameters

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