Click or drag to resize

ShellFolderServerLogNotFound Method

Called when a pidl was not found.

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

Parameters

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