Click or drag to resize

ShellItemNotifyRename Method (ShellItemId)

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 void NotifyRename(
	ShellItemId newId
)

Parameters

newId
Type: callback.ShellBoost.CoreShellItemId
The new identifier.
Exceptions
ExceptionCondition
ArgumentNullExceptionnewId is null.
See Also