Click or drag to resize

ShellFolderServerGetItemIconLocation Method

Gets an icon location for a Shell Item.

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

Parameters

item
Type: ShellBoost.CoreShellItem
The shell item.
options
Type: 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