Click or drag to resize

ShellFolderServerLogNotFound Method

Called when a pidl was not found.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void LogNotFound(
	ShellFolderServerNotFoundParameters notFound,
	string methodName = null
)

Parameters

notFound
Type: callback.ShellBoost.CoreShellFolderServerNotFoundParameters
The parameters.
methodName (Optional)
Type: SystemString
Name of the method.
See Also