Click or drag to resize

ShellFolderServerGetItemIconLocation Method

Gets an icon location for a Shell Item.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual IconLocation GetItemIconLocation(
	ShellItem item,
	GILIN options
)

Parameters

item
Type: callback.ShellBoost.CoreShellItem
The shell item.
options
Type: callback.ShellBoost.Core.WindowsShellGILIN
The input options.

Return Value

Type: IconLocation
An IconLocation instance or null to use default Shell resolution.
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
See Also